#FC9DD6

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

Shades of Lavender Rose #FC9DD6

Tints of Lavender Rose #FC9DD6

Color information

#FC9DD6 (or 0xFC9DD6) is unknown color: approx Lavender Rose. HEX triplet: FC, 9D and D6. RGB value is (252,157,214). Sum of RGB (Red+Green+Blue) = 252+157+214=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DD6 is #036229. Grayscale: #BFBFBF. Windows color (decimal): -221738 or 14065148. OLE color: 14065148.

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

Color convert

RGB252157214-
CMYK00.380.150.01
HSL324º94.06%80.2%-
HSV(B)324º37.7%98.82%-
XYZ64.3449.6669.81-
YUV191.9140.47170.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 157 (61.72% from 255) = 25.20%
BLUE value IS 214 (83.98% from 255) = 34.35%
R=40.45%
G=25.20%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215721400.380.150.0132494.0680.2
HexFC9DD6026F11445e50
Octal374235326046171504136120
Binary11111100100111011101011001001101111110100010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DD6; }

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

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

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

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

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

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

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

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