Html Css Color HEX #F9A0AB Illusion

📋 copy color: '#F9A0AB'

red 249 ◦ green 160 ◦ blue 171

#F9A0AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Illusion #F9A0AB

Tints of Illusion #F9A0AB

RGB

 RED value IS 249 (97.66% from 255) = 42.93%

 GREEN value IS 160 (62.89% from 255) = 27.59%

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 42.93%
G = 27.59%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9A0AB (or 0xF9A0AB) is known color: Illusion. HEX triplet: F9, A0 and AB. RGB value is (249,160,171). Sum of RGB (Red+Green+Blue) = 249+160+171=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A0AB is #065F54. Grayscale: #BBBBBB. Windows color (decimal): -417621 or 11247865. OLE color: 11247865.

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

Color convert

RGB 249 160 171 -
CMYK 0 0.36 0.31 0.02
HSL 352.58º 0.88% 0.8% -
HSV(B) 352.58º 0.36% 0.98% -
XYZ 58.99 48.22 44.73 -
YUV 187.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 249 160 171 0 0.36 0.31 0.02 352.58 0.88 0.8
Hex F9 A0 AB 0 24 1F 2 161 58 50
Octal 371 240 253 0 44 37 2 541 130 120
Binary 11111001 10100000 10101011 0 100100 11111 10 101100001 1011000 1010000

Color Harmonies of #F9A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A0AB

Black with #F9A0AB

Text Example


Text Example

White with #F9A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A0AB; }

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

 H1.HeaderClassName
 {
   color: #F9A0AB;
 }
 .AnyTagClassName
 {
   color: #F9A0AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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