#F9A5AC

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

Shades of Illusion #F9A5AC

Tints of Illusion #F9A5AC

Color information

#F9A5AC (or 0xF9A5AC) is unknown color: approx Illusion. HEX triplet: F9, A5 and AC. RGB value is (249,165,172). Sum of RGB (Red+Green+Blue) = 249+165+172=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A5AC is #065A53. Grayscale: #BEBEBE. Windows color (decimal): -416340 or 11314681. OLE color: 11314681.

HSL color Cylindrical-coordinate representation of color #F9A5AC: hue angle of 355º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A5AC is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249165172-
CMYK00.340.310.02
HSL355º87.5%81.18%-
HSV(B)355º33.73%97.65%-
XYZ59.9750.0345.53-
YUV190.91117.33169.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.49%
GREEN value IS 165 (64.84% from 255) = 28.16%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=42.49%
G=28.16%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916517200.340.310.0235587.581.18
HexF9A5AC0221F21635851
Octal371245254042372543130121
Binary1111100110100101101011000100010111111010110001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A5AC; }

 p { color: rgb(249,165,172); }

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

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

 a { background-color: rgb(249,165,172); }

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

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

 span { border-color: rgb(249,165,172); }

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