#FCA3EB

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

Shades of Lavender Rose #FCA3EB

Tints of Lavender Rose #FCA3EB

Color information

#FCA3EB (or 0xFCA3EB) is unknown color: approx Lavender Rose. HEX triplet: FC, A3 and EB. RGB value is (252,163,235). Sum of RGB (Red+Green+Blue) = 252+163+235=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 163 (64.06% from 255 or 25.08% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA3EB is #035C14. Grayscale: #C5C5C5. Windows color (decimal): -220181 or 15442940. OLE color: 15442940.

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

Color convert

RGB252163235-
CMYK00.350.070.01
HSL311.46º93.68%81.37%-
HSV(B)311.46º35.32%98.82%-
XYZ68.2452.8985.21-
YUV197.82148.99166.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 163 (64.06% from 255) = 25.08%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=38.77%
G=25.08%
B=36.15%

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
Decimal25216323500.350.070.01311.4693.6881.37
HexFCA3EB023711375e51
Octal37424335304371467136121
Binary1111110010100011111010110100011111110011011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3EB; }

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

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

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

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

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

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

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

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