#FCA5EC

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

Shades of Lavender Rose #FCA5EC

Tints of Lavender Rose #FCA5EC

Color information

#FCA5EC (or 0xFCA5EC) is unknown color: approx Lavender Rose. HEX triplet: FC, A5 and EC. RGB value is (252,165,236). Sum of RGB (Red+Green+Blue) = 252+165+236=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA5EC is #035A13. Grayscale: #C6C6C6. Windows color (decimal): -219668 or 15508988. OLE color: 15508988.

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

Color convert

RGB252165236-
CMYK00.350.060.01
HSL311.03º93.55%81.76%-
HSV(B)311.03º34.52%98.82%-
XYZ68.7453.6686.09-
YUV199.11148.82165.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 165 (64.84% from 255) = 25.27%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=38.59%
G=25.27%
B=36.14%

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
Decimal25216523600.350.060.01311.0393.5581.76
HexFCA5EC023611375e52
Octal37424535404361467136122
Binary1111110010100101111011000100011110110011011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5EC; }

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

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

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

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

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

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

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

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