#FC9FE2

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

Shades of Lavender Rose #FC9FE2

Tints of Lavender Rose #FC9FE2

Color information

#FC9FE2 (or 0xFC9FE2) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and E2. RGB value is (252,159,226). Sum of RGB (Red+Green+Blue) = 252+159+226=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FE2 is #03601D. Grayscale: #C2C2C2. Windows color (decimal): -221214 or 14852092. OLE color: 14852092.

HSL color Cylindrical-coordinate representation of color #FC9FE2: hue angle of 316.77º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9FE2 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252159226-
CMYK00.370.100.01
HSL316.77º93.94%80.59%-
HSV(B)316.77º36.9%98.82%-
XYZ66.2750.9878.3-
YUV194.44145.81169.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 159 (62.5% from 255) = 24.96%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=39.56%
G=24.96%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215922600.370.100.01316.7793.9480.59
HexFC9FE2025A113d5e51
Octal374237342045121475136121
Binary11111100100111111110001001001011010110011110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FE2; }

 p { color: rgb(252,159,226); }

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

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

 a { background-color: rgb(252,159,226); }

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

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

 span { border-color: rgb(252,159,226); }

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