#FC9FEE

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

Shades of Lavender Rose #FC9FEE

Tints of Lavender Rose #FC9FEE

Color information

#FC9FEE (or 0xFC9FEE) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and EE. RGB value is (252,159,238). Sum of RGB (Red+Green+Blue) = 252+159+238=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FEE is #036011. Grayscale: #C3C3C3. Windows color (decimal): -221202 or 15638524. OLE color: 15638524.

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

Color convert

RGB252159238-
CMYK00.370.060.01
HSL309.03º93.94%80.59%-
HSV(B)309.03º36.9%98.82%-
XYZ67.9851.6687.28-
YUV195.81151.81168.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 159 (62.5% from 255) = 24.50%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=38.83%
G=24.50%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215923800.370.060.01309.0393.9480.59
HexFC9FEE025611355e51
Octal37423735604561465136121
Binary1111110010011111111011100100101110110011010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FEE; }

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

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

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

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

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

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

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

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