#FCA2F7

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

Shades of Lavender Rose #FCA2F7

Tints of Lavender Rose #FCA2F7

Color information

#FCA2F7 (or 0xFCA2F7) is unknown color: approx Lavender Rose. HEX triplet: FC, A2 and F7. RGB value is (252,162,247). Sum of RGB (Red+Green+Blue) = 252+162+247=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 162 (63.67% from 255 or 24.51% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA2F7 is #035D08. Grayscale: #C6C6C6. Windows color (decimal): -220425 or 16229116. OLE color: 16229116.

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

Color convert

RGB252162247-
CMYK00.360.020.01
HSL303.33º93.75%81.18%-
HSV(B)303.33º35.71%98.82%-
XYZ69.8553.2594.59-
YUV198.6155.32166.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 162 (63.67% from 255) = 24.51%
BLUE value IS 247 (96.88% from 255) = 37.37%
R=38.12%
G=24.51%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216224700.360.020.01303.3393.7581.18
HexFCA2F70242112f5e51
Octal37424236704421457136121
Binary111111001010001011110111010010010110010111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2F7; }

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

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

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

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

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

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

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

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