#FCA2F5

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

Shades of Lavender Rose #FCA2F5

Tints of Lavender Rose #FCA2F5

Color information

#FCA2F5 (or 0xFCA2F5) is unknown color: approx Lavender Rose. HEX triplet: FC, A2 and F5. RGB value is (252,162,245). Sum of RGB (Red+Green+Blue) = 252+162+245=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 162 (63.67% from 255 or 24.58% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA2F5 is #035D0A. Grayscale: #C6C6C6. Windows color (decimal): -220427 or 16098044. OLE color: 16098044.

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

Color convert

RGB252162245-
CMYK00.360.030.01
HSL304.67º93.75%81.18%-
HSV(B)304.67º35.71%98.82%-
XYZ69.5553.1392.98-
YUV198.37154.32166.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 162 (63.67% from 255) = 24.58%
BLUE value IS 245 (96.09% from 255) = 37.18%
R=38.24%
G=24.58%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216224500.360.030.01304.6793.7581.18
HexFCA2F5024311315e51
Octal37424236504431461136121
Binary111111001010001011110101010010011110011000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2F5; }

 p { color: rgb(252,162,245); }

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

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

 a { background-color: rgb(252,162,245); }

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

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

 span { border-color: rgb(252,162,245); }

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