#FCA0DC

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

Shades of Lavender Rose #FCA0DC

Tints of Lavender Rose #FCA0DC

Color information

#FCA0DC (or 0xFCA0DC) is unknown color: approx Lavender Rose. HEX triplet: FC, A0 and DC. RGB value is (252,160,220). Sum of RGB (Red+Green+Blue) = 252+160+220=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0DC is #035F23. Grayscale: #C2C2C2. Windows color (decimal): -220964 or 14459132. OLE color: 14459132.

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

Color convert

RGB252160220-
CMYK00.370.130.01
HSL320.87º93.88%80.78%-
HSV(B)320.87º36.51%98.82%-
XYZ65.635174.1-
YUV194.35142.48169.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 160 (62.89% from 255) = 25.32%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=39.87%
G=25.32%
B=34.81%

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
Decimal25216022000.370.130.01320.8793.8880.78
HexFCA0DC025D11415e51
Octal374240334045151501136121
Binary11111100101000001101110001001011101110100000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0DC; }

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

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

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

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

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

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

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

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