#FC9DEE

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

Shades of Lavender Rose #FC9DEE

Tints of Lavender Rose #FC9DEE

Color information

#FC9DEE (or 0xFC9DEE) is unknown color: approx Lavender Rose. HEX triplet: FC, 9D and EE. RGB value is (252,157,238). Sum of RGB (Red+Green+Blue) = 252+157+238=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9DEE is #036211. Grayscale: #C2C2C2. Windows color (decimal): -221714 or 15638012. OLE color: 15638012.

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

Color convert

RGB252157238-
CMYK00.380.060.01
HSL308.84º94.06%80.2%-
HSV(B)308.84º37.7%98.82%-
XYZ67.6350.9887.16-
YUV194.64152.47168.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 157 (61.72% from 255) = 24.27%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=38.95%
G=24.27%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215723800.380.060.01308.8494.0680.2
HexFC9DEE026611355e50
Octal37423535604661465136120
Binary1111110010011101111011100100110110110011010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DEE; }

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

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

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

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

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

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

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

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