#FCA4D9

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

Shades of Lavender Rose #FCA4D9

Tints of Lavender Rose #FCA4D9

Color information

#FCA4D9 (or 0xFCA4D9) is unknown color: approx Lavender Rose. HEX triplet: FC, A4 and D9. RGB value is (252,164,217). Sum of RGB (Red+Green+Blue) = 252+164+217=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4D9 is #035B26. Grayscale: #C4C4C4. Windows color (decimal): -219943 or 14263548. OLE color: 14263548.

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

Color convert

RGB252164217-
CMYK00.350.140.01
HSL323.86º93.62%81.57%-
HSV(B)323.86º34.92%98.82%-
XYZ65.9452.2672.26-
YUV196.35139.65167.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 164 (64.45% from 255) = 25.91%
BLUE value IS 217 (85.16% from 255) = 34.28%
R=39.81%
G=25.91%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216421700.350.140.01323.8693.6281.57
HexFCA4D9023E11445e52
Octal374244331043161504136122
Binary11111100101001001101100101000111110110100010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4D9; }

 p { color: rgb(252,164,217); }

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

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

 a { background-color: rgb(252,164,217); }

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

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

 span { border-color: rgb(252,164,217); }

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