#F0A1AC

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

Shades of Illusion #F0A1AC

Tints of Illusion #F0A1AC

Color information

#F0A1AC (or 0xF0A1AC) is unknown color: approx Illusion. HEX triplet: F0, A1 and AC. RGB value is (240,161,172). Sum of RGB (Red+Green+Blue) = 240+161+172=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A1AC is #0F5E53. Grayscale: #B9B9B9. Windows color (decimal): -1007188 or 11313648. OLE color: 11313648.

HSL color Cylindrical-coordinate representation of color #F0A1AC: hue angle of 351.65º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1AC is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240161172-
CMYK00.330.280.06
HSL351.65º72.48%78.63%-
HSV(B)351.65º32.92%94.12%-
XYZ56.1346.9945.14-
YUV185.88120.17166.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 161 (63.28% from 255) = 28.10%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=41.88%
G=28.10%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016117200.330.280.06351.6572.4878.63
HexF0A1AC0211C6160484f
Octal360241254041346540110117
Binary11110000101000011010110001000011110011010110000010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1AC; }

 p { color: rgb(240,161,172); }

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

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

 a { background-color: rgb(240,161,172); }

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

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

 span { border-color: rgb(240,161,172); }

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