#FC9FD9

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

Shades of Lavender Rose #FC9FD9

Tints of Lavender Rose #FC9FD9

Color information

#FC9FD9 (or 0xFC9FD9) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and D9. RGB value is (252,159,217). Sum of RGB (Red+Green+Blue) = 252+159+217=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FD9 is #036026. Grayscale: #C1C1C1. Windows color (decimal): -221223 or 14262268. OLE color: 14262268.

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

Color convert

RGB252159217-
CMYK00.370.140.01
HSL322.58º93.94%80.59%-
HSV(B)322.58º36.9%98.82%-
XYZ65.0750.571.96-
YUV193.42141.31169.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 159 (62.5% from 255) = 25.32%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=40.13%
G=25.32%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215921700.370.140.01322.5893.9480.59
HexFC9FD9025E11435e51
Octal374237331045161503136121
Binary11111100100111111101100101001011110110100001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FD9; }

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

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

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

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

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

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

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

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