#fc92db

Color #FC92DB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FC92DB

Tints of Lavender Rose #FC92DB

Color information

#FC92DB (or 0xFC92DB) is unknown color: approx Lavender Rose. HEX triplet: FC, 92 and DB. RGB value is (252,146,219). Sum of RGB (Red+Green+Blue) = 252+146+219=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92DB is #036D24. Grayscale: #B9B9B9. Windows color (decimal): -224549 or 14390012. OLE color: 14390012.

HSL color Cylindrical-coordinate representation of color #FC92DB: hue angle of 318.68º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC92DB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252146219-
CMYK00.420.130.01
HSL318.68º94.64%78.04%-
HSV(B)318.68º42.06%98.82%-
XYZ63.2146.3772.64-
YUV186.02146.62175.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 146 (57.42% from 255) = 23.66%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=40.84%
G=23.66%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214621900.420.130.01318.6894.6478.04
HexFC92DB02AD113f5f4e
Octal374222333052151477137116
Binary11111100100100101101101101010101101110011111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc92db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc92db; }

 p { color: rgb(252,146,219); }

 H1.HeaderClassName
 {
   color: #fc92db;
 }
 .AnyTagClassName
 {
   color: #fc92db;
 }
</style>
background-color css

<style>
 a { background-color: #fc92db; }

 a { background-color: rgb(252,146,219); }

 div.DivClassName
 {
   background-color: #fc92db;
 }
 .BgClassName
 {
   background-color: #fc92db;
 }
</style>
border-color css

<style>
 span { border-color: #fc92db; }

 span { border-color: rgb(252,146,219); }

 td.TdClassName
 {
   border-color: #fc92db;
 }
 .TagClassName
 {
   border-color: #fc92db;
 }
</style>