#FCA1E3

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

Shades of Lavender Rose #FCA1E3

Tints of Lavender Rose #FCA1E3

Color information

#FCA1E3 (or 0xFCA1E3) is unknown color: approx Lavender Rose. HEX triplet: FC, A1 and E3. RGB value is (252,161,227). Sum of RGB (Red+Green+Blue) = 252+161+227=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1E3 is #035E1C. Grayscale: #C3C3C3. Windows color (decimal): -220701 or 14918140. OLE color: 14918140.

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

Color convert

RGB252161227-
CMYK00.360.100.01
HSL316.48º93.81%80.98%-
HSV(B)316.48º36.11%98.82%-
XYZ66.7551.7379.14-
YUV195.73145.65168.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 161 (63.28% from 255) = 25.16%
BLUE value IS 227 (89.06% from 255) = 35.47%
R=39.38%
G=25.16%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216122700.360.100.01316.4893.8180.98
HexFCA1E3024A113c5e51
Octal374241343044121474136121
Binary11111100101000011110001101001001010110011110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1E3; }

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

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

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

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

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

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

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

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