#FCA4EC

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

Shades of Lavender Rose #FCA4EC

Tints of Lavender Rose #FCA4EC

Color information

#FCA4EC (or 0xFCA4EC) is unknown color: approx Lavender Rose. HEX triplet: FC, A4 and EC. RGB value is (252,164,236). Sum of RGB (Red+Green+Blue) = 252+164+236=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA4EC is #035B13. Grayscale: #C6C6C6. Windows color (decimal): -219924 or 15508732. OLE color: 15508732.

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

Color convert

RGB252164236-
CMYK00.350.060.01
HSL310.91º93.62%81.57%-
HSV(B)310.91º34.92%98.82%-
XYZ68.5653.386.03-
YUV198.52149.15166.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 164 (64.45% from 255) = 25.15%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=38.65%
G=25.15%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216423600.350.060.01310.9193.6281.57
HexFCA4EC023611375e52
Octal37424435404361467136122
Binary1111110010100100111011000100011110110011011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4EC; }

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

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

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

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

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

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

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

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