#F9A6AC

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

Shades of Illusion #F9A6AC

Tints of Illusion #F9A6AC

Color information

#F9A6AC (or 0xF9A6AC) is unknown color: approx Illusion. HEX triplet: F9, A6 and AC. RGB value is (249,166,172). Sum of RGB (Red+Green+Blue) = 249+166+172=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A6AC is #065953. Grayscale: #BFBFBF. Windows color (decimal): -416084 or 11314937. OLE color: 11314937.

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

Color convert

RGB249166172-
CMYK00.330.310.02
HSL355.66º87.37%81.37%-
HSV(B)355.66º33.33%97.65%-
XYZ60.1550.3945.59-
YUV191.5117169.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 166 (65.23% from 255) = 28.28%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=42.42%
G=28.28%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916617200.330.310.02355.6687.3781.37
HexF9A6AC0211F21645751
Octal371246254041372544127121
Binary1111100110100110101011000100001111111010110010010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A6AC; }

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

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

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

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

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

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

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

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