#F9A5AB

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

Shades of Illusion #F9A5AB

Tints of Illusion #F9A5AB

Color information

#F9A5AB (or 0xF9A5AB) is unknown color: approx Illusion. HEX triplet: F9, A5 and AB. RGB value is (249,165,171). Sum of RGB (Red+Green+Blue) = 249+165+171=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A5AB is #065A54. Grayscale: #BEBEBE. Windows color (decimal): -416341 or 11249145. OLE color: 11249145.

HSL color Cylindrical-coordinate representation of color #F9A5AB: hue angle of 355.71º 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 #F9A5AB is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249165171-
CMYK00.340.310.02
HSL355.71º87.5%81.18%-
HSV(B)355.71º33.73%97.65%-
XYZ59.8749.9945.02-
YUV190.8116.83169.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=42.56%
G=28.21%
B=29.23%

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
Decimal24916517100.340.310.02355.7187.581.18
HexF9A5AB0221F21645851
Octal371245253042372544130121
Binary1111100110100101101010110100010111111010110010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A5AB; }

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

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

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

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

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

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

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

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