#F0A4AC

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

Shades of Illusion #F0A4AC

Tints of Illusion #F0A4AC

Color information

#F0A4AC (or 0xF0A4AC) is unknown color: approx Illusion. HEX triplet: F0, A4 and AC. RGB value is (240,164,172). Sum of RGB (Red+Green+Blue) = 240+164+172=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A4AC is #0F5B53. Grayscale: #BBBBBB. Windows color (decimal): -1006420 or 11314416. OLE color: 11314416.

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

Color convert

RGB240164172-
CMYK00.320.280.06
HSL353.68º71.7%79.22%-
HSV(B)353.68º31.67%94.12%-
XYZ56.6648.0545.32-
YUV187.64119.18165.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 164 (64.45% from 255) = 28.47%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=41.67%
G=28.47%
B=29.86%

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
Decimal24016417200.320.280.06353.6871.779.22
HexF0A4AC0201C6162484f
Octal360244254040346542110117
Binary11110000101001001010110001000001110011010110001010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A4AC; }

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

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

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

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

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

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

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

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