#F0A4AE

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

Shades of Illusion #F0A4AE

Tints of Illusion #F0A4AE

Color information

#F0A4AE (or 0xF0A4AE) is unknown color: approx Illusion. HEX triplet: F0, A4 and AE. RGB value is (240,164,174). Sum of RGB (Red+Green+Blue) = 240+164+174=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A4AE is #0F5B51. Grayscale: #BBBBBB. Windows color (decimal): -1006418 or 11445488. OLE color: 11445488.

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

Color convert

RGB240164174-
CMYK00.320.280.06
HSL352.11º71.7%79.22%-
HSV(B)352.11º31.67%94.12%-
XYZ56.8548.1346.34-
YUV187.86120.18165.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.52%
GREEN value IS 164 (64.45% from 255) = 28.37%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=41.52%
G=28.37%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016417400.320.280.06352.1171.779.22
HexF0A4AE0201C6160484f
Octal360244256040346540110117
Binary11110000101001001010111001000001110011010110000010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A4AE; }

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

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

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

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

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

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

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

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