#FC9FDC

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

Shades of Lavender Rose #FC9FDC

Tints of Lavender Rose #FC9FDC

Color information

#FC9FDC (or 0xFC9FDC) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and DC. RGB value is (252,159,220). Sum of RGB (Red+Green+Blue) = 252+159+220=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FDC is #036023. Grayscale: #C1C1C1. Windows color (decimal): -221220 or 14458876. OLE color: 14458876.

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

Color convert

RGB252159220-
CMYK00.370.130.01
HSL320.65º93.94%80.59%-
HSV(B)320.65º36.9%98.82%-
XYZ65.4650.6674.04-
YUV193.76142.81169.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 159 (62.5% from 255) = 25.20%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=39.94%
G=25.20%
B=34.87%

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
Decimal25215922000.370.130.01320.6593.9480.59
HexFC9FDC025D11415e51
Octal374237334045151501136121
Binary11111100100111111101110001001011101110100000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FDC; }

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

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

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

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

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

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

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

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