#FC9FDB

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

Shades of Lavender Rose #FC9FDB

Tints of Lavender Rose #FC9FDB

Color information

#FC9FDB (or 0xFC9FDB) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and DB. RGB value is (252,159,219). Sum of RGB (Red+Green+Blue) = 252+159+219=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FDB is #036024. Grayscale: #C1C1C1. Windows color (decimal): -221221 or 14393340. OLE color: 14393340.

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

Color convert

RGB252159219-
CMYK00.370.130.01
HSL321.29º93.94%80.59%-
HSV(B)321.29º36.9%98.82%-
XYZ65.3350.6173.34-
YUV193.65142.31169.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 159 (62.5% from 255) = 25.24%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=40%
G=25.24%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215921900.370.130.01321.2993.9480.59
HexFC9FDB025D11415e51
Octal374237333045151501136121
Binary11111100100111111101101101001011101110100000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FDB; }

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

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

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

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

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

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

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

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