#FCA1EA

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

Shades of Lavender Rose #FCA1EA

Tints of Lavender Rose #FCA1EA

Color information

#FCA1EA (or 0xFCA1EA) is unknown color: approx Lavender Rose. HEX triplet: FC, A1 and EA. RGB value is (252,161,234). Sum of RGB (Red+Green+Blue) = 252+161+234=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA1EA is #035E15. Grayscale: #C4C4C4. Windows color (decimal): -220694 or 15376892. OLE color: 15376892.

HSL color Cylindrical-coordinate representation of color #FCA1EA: hue angle of 311.87º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA1EA is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252161234-
CMYK00.360.070.01
HSL311.87º93.81%80.98%-
HSV(B)311.87º36.11%98.82%-
XYZ67.7452.1384.33-
YUV196.53149.15167.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 161 (63.28% from 255) = 24.88%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=38.95%
G=24.88%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216123400.360.070.01311.8793.8180.98
HexFCA1EA024711385e51
Octal37424135204471470136121
Binary1111110010100001111010100100100111110011100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1EA; }

 p { color: rgb(252,161,234); }

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

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

 a { background-color: rgb(252,161,234); }

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

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

 span { border-color: rgb(252,161,234); }

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