#FCA0DD

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

Shades of Lavender Rose #FCA0DD

Tints of Lavender Rose #FCA0DD

Color information

#FCA0DD (or 0xFCA0DD) is unknown color: approx Lavender Rose. HEX triplet: FC, A0 and DD. RGB value is (252,160,221). Sum of RGB (Red+Green+Blue) = 252+160+221=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0DD is #035F22. Grayscale: #C2C2C2. Windows color (decimal): -220963 or 14524668. OLE color: 14524668.

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

Color convert

RGB252160221-
CMYK00.370.120.01
HSL320.22º93.88%80.78%-
HSV(B)320.22º36.51%98.82%-
XYZ65.7751.0674.8-
YUV194.46142.98169.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=39.81%
G=25.28%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216022100.370.120.01320.2293.8880.78
HexFCA0DD025C11405e51
Octal374240335045141500136121
Binary11111100101000001101110101001011100110100000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0DD; }

 p { color: rgb(252,160,221); }

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

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

 a { background-color: rgb(252,160,221); }

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

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

 span { border-color: rgb(252,160,221); }

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