#FCA2F6

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

Shades of Lavender Rose #FCA2F6

Tints of Lavender Rose #FCA2F6

Color information

#FCA2F6 (or 0xFCA2F6) is unknown color: approx Lavender Rose. HEX triplet: FC, A2 and F6. RGB value is (252,162,246). Sum of RGB (Red+Green+Blue) = 252+162+246=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 162 (63.67% from 255 or 24.55% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA2F6 is #035D09. Grayscale: #C6C6C6. Windows color (decimal): -220426 or 16163580. OLE color: 16163580.

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

Color convert

RGB252162246-
CMYK00.360.020.01
HSL304º93.75%81.18%-
HSV(B)304º35.71%98.82%-
XYZ69.753.1993.78-
YUV198.49154.82166.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 162 (63.67% from 255) = 24.55%
BLUE value IS 246 (96.48% from 255) = 37.27%
R=38.18%
G=24.55%
B=37.27%

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
Decimal25216224600.360.020.0130493.7581.18
HexFCA2F6024211305e51
Octal37424236604421460136121
Binary111111001010001011110110010010010110011000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2F6; }

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

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

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

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

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

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

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

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