#FC9FE9

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

Shades of Lavender Rose #FC9FE9

Tints of Lavender Rose #FC9FE9

Color information

#FC9FE9 (or 0xFC9FE9) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and E9. RGB value is (252,159,233). Sum of RGB (Red+Green+Blue) = 252+159+233=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 159 (62.5% from 255 or 24.69% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FE9 is #036016. Grayscale: #C3C3C3. Windows color (decimal): -221207 or 15310844. OLE color: 15310844.

HSL color Cylindrical-coordinate representation of color #FC9FE9: hue angle of 312.26º 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 #FC9FE9 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252159233-
CMYK00.370.080.01
HSL312.26º93.94%80.59%-
HSV(B)312.26º36.9%98.82%-
XYZ67.2551.3783.46-
YUV195.24149.31168.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 159 (62.5% from 255) = 24.69%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=39.13%
G=24.69%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215923300.370.080.01312.2693.9480.59
HexFC9FE9025811385e51
Octal374237351045101470136121
Binary11111100100111111110100101001011000110011100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FE9; }

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

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

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

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

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

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

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

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