#F0A3AC

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

Shades of Illusion #F0A3AC

Tints of Illusion #F0A3AC

Color information

#F0A3AC (or 0xF0A3AC) is unknown color: approx Illusion. HEX triplet: F0, A3 and AC. RGB value is (240,163,172). Sum of RGB (Red+Green+Blue) = 240+163+172=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A3AC is #0F5C53. Grayscale: #BBBBBB. Windows color (decimal): -1006676 or 11314160. OLE color: 11314160.

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

Color convert

RGB240163172-
CMYK00.320.280.06
HSL352.99º71.96%79.02%-
HSV(B)352.99º32.08%94.12%-
XYZ56.4847.745.26-
YUV187.05119.51165.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 163 (64.06% from 255) = 28.35%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=41.74%
G=28.35%
B=29.91%

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
Decimal24016317200.320.280.06352.9971.9679.02
HexF0A3AC0201C6161484f
Octal360243254040346541110117
Binary11110000101000111010110001000001110011010110000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A3AC; }

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

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

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

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

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

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

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

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