#FCA5EB

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

Shades of Lavender Rose #FCA5EB

Tints of Lavender Rose #FCA5EB

Color information

#FCA5EB (or 0xFCA5EB) is unknown color: approx Lavender Rose. HEX triplet: FC, A5 and EB. RGB value is (252,165,235). Sum of RGB (Red+Green+Blue) = 252+165+235=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 165 (64.84% from 255 or 25.31% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA5EB is #035A14. Grayscale: #C6C6C6. Windows color (decimal): -219669 or 15443452. OLE color: 15443452.

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

Color convert

RGB252165235-
CMYK00.350.070.01
HSL311.72º93.55%81.76%-
HSV(B)311.72º34.52%98.82%-
XYZ68.653.685.33-
YUV198.99148.32165.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 165 (64.84% from 255) = 25.31%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=38.65%
G=25.31%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216523500.350.070.01311.7293.5581.76
HexFCA5EB023711385e52
Octal37424535304371470136122
Binary1111110010100101111010110100011111110011100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5EB; }

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

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

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

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

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

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

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

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