#FC9DD5

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

Shades of Lavender Rose #FC9DD5

Tints of Lavender Rose #FC9DD5

Color information

#FC9DD5 (or 0xFC9DD5) is unknown color: approx Lavender Rose. HEX triplet: FC, 9D and D5. RGB value is (252,157,213). Sum of RGB (Red+Green+Blue) = 252+157+213=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DD5 is #03622A. Grayscale: #BFBFBF. Windows color (decimal): -221739 or 13999612. OLE color: 13999612.

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

Color convert

RGB252157213-
CMYK00.380.150.01
HSL324.63º94.06%80.2%-
HSV(B)324.63º37.7%98.82%-
XYZ64.2149.6169.14-
YUV191.79139.97170.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 157 (61.72% from 255) = 25.24%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=40.51%
G=25.24%
B=34.24%

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
Decimal25215721300.380.150.01324.6394.0680.2
HexFC9DD5026F11455e50
Octal374235325046171505136120
Binary11111100100111011101010101001101111110100010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DD5; }

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

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

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

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

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

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

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

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