#F9A4AD

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

Shades of Illusion #F9A4AD

Tints of Illusion #F9A4AD

Color information

#F9A4AD (or 0xF9A4AD) is unknown color: approx Illusion. HEX triplet: F9, A4 and AD. RGB value is (249,164,173). Sum of RGB (Red+Green+Blue) = 249+164+173=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A4AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A4AD is #065B52. Grayscale: #BEBEBE. Windows color (decimal): -416595 or 11379961. OLE color: 11379961.

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

Color convert

RGB249164173-
CMYK00.340.310.02
HSL353.65º87.63%80.98%-
HSV(B)353.65º34.14%97.65%-
XYZ59.8949.7145.97-
YUV190.44118.16169.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.49%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=42.49%
G=27.99%
B=29.52%

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
Decimal24916417300.340.310.02353.6587.6380.98
HexF9A4AD0221F21625851
Octal371244255042372542130121
Binary1111100110100100101011010100010111111010110001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A4AD; }

 p { color: rgb(249,164,173); }

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

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

 a { background-color: rgb(249,164,173); }

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

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

 span { border-color: rgb(249,164,173); }

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