#FCA2DC

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

Shades of Lavender Rose #FCA2DC

Tints of Lavender Rose #FCA2DC

Color information

#FCA2DC (or 0xFCA2DC) is unknown color: approx Lavender Rose. HEX triplet: FC, A2 and DC. RGB value is (252,162,220). Sum of RGB (Red+Green+Blue) = 252+162+220=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2DC is #035D23. Grayscale: #C3C3C3. Windows color (decimal): -220452 or 14459644. OLE color: 14459644.

HSL color Cylindrical-coordinate representation of color #FCA2DC: hue angle of 321.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA2DC is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252162220-
CMYK00.360.130.01
HSL321.33º93.75%81.18%-
HSV(B)321.33º35.71%98.82%-
XYZ65.9851.774.21-
YUV195.52141.82168.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 162 (63.67% from 255) = 25.55%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=39.75%
G=25.55%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216222000.360.130.01321.3393.7581.18
HexFCA2DC024D11415e51
Octal374242334044151501136121
Binary11111100101000101101110001001001101110100000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2DC; }

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

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

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

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

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

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

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

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