#FCA2DF

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

Shades of Lavender Rose #FCA2DF

Tints of Lavender Rose #FCA2DF

Color information

#FCA2DF (or 0xFCA2DF) is unknown color: approx Lavender Rose. HEX triplet: FC, A2 and DF. RGB value is (252,162,223). Sum of RGB (Red+Green+Blue) = 252+162+223=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2DF is #035D20. Grayscale: #C3C3C3. Windows color (decimal): -220449 or 14656252. OLE color: 14656252.

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

Color convert

RGB252162223-
CMYK00.360.120.01
HSL319.33º93.75%81.18%-
HSV(B)319.33º35.71%98.82%-
XYZ66.3851.8676.32-
YUV195.86143.32168.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 162 (63.67% from 255) = 25.43%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=39.56%
G=25.43%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216222300.360.120.01319.3393.7581.18
HexFCA2DF024C113f5e51
Octal374242337044141477136121
Binary11111100101000101101111101001001100110011111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2DF; }

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

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

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

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

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

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

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

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