#FCA4DD

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

Shades of Lavender Rose #FCA4DD

Tints of Lavender Rose #FCA4DD

Color information

#FCA4DD (or 0xFCA4DD) is unknown color: approx Lavender Rose. HEX triplet: FC, A4 and DD. RGB value is (252,164,221). Sum of RGB (Red+Green+Blue) = 252+164+221=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4DD is #035B22. Grayscale: #C4C4C4. Windows color (decimal): -219939 or 14525692. OLE color: 14525692.

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

Color convert

RGB252164221-
CMYK00.350.120.01
HSL321.14º93.62%81.57%-
HSV(B)321.14º34.92%98.82%-
XYZ66.4752.4775.03-
YUV196.81141.65167.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 164 (64.45% from 255) = 25.75%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=39.56%
G=25.75%
B=34.69%

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
Decimal25216422100.350.120.01321.1493.6281.57
HexFCA4DD023C11415e52
Octal374244335043141501136122
Binary11111100101001001101110101000111100110100000110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4DD; }

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

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

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

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

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

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

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

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