#FCA5DD

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

Shades of Lavender Rose #FCA5DD

Tints of Lavender Rose #FCA5DD

Color information

#FCA5DD (or 0xFCA5DD) is unknown color: approx Lavender Rose. HEX triplet: FC, A5 and DD. RGB value is (252,165,221). Sum of RGB (Red+Green+Blue) = 252+165+221=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5DD is #035A22. Grayscale: #C5C5C5. Windows color (decimal): -219683 or 14525948. OLE color: 14525948.

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

Color convert

RGB252165221-
CMYK00.350.120.01
HSL321.38º93.55%81.76%-
HSV(B)321.38º34.52%98.82%-
XYZ66.6552.8375.09-
YUV197.4141.32166.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 165 (64.84% from 255) = 25.86%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=39.50%
G=25.86%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216522100.350.120.01321.3893.5581.76
HexFCA5DD023C11415e52
Octal374245335043141501136122
Binary11111100101001011101110101000111100110100000110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5DD; }

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

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

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

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

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

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

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

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