#F0A1AE

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

Shades of Illusion #F0A1AE

Tints of Illusion #F0A1AE

Color information

#F0A1AE (or 0xF0A1AE) is unknown color: approx Illusion. HEX triplet: F0, A1 and AE. RGB value is (240,161,174). Sum of RGB (Red+Green+Blue) = 240+161+174=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A1AE is #0F5E51. Grayscale: #BABABA. Windows color (decimal): -1007186 or 11444720. OLE color: 11444720.

HSL color Cylindrical-coordinate representation of color #F0A1AE: hue angle of 350.13º 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 #F0A1AE is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240161174-
CMYK00.330.280.06
HSL350.13º72.48%78.63%-
HSV(B)350.13º32.92%94.12%-
XYZ56.3247.0746.16-
YUV186.1121.17166.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 161 (63.28% from 255) = 28%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=41.74%
G=28%
B=30.26%

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
Decimal24016117400.330.280.06350.1372.4878.63
HexF0A1AE0211C615e484f
Octal360241256041346536110117
Binary11110000101000011010111001000011110011010101111010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1AE; }

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

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

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

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

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

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

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

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