Html Css Color HEX #F9AAB8 Light Pink

📋 copy color: '#F9AAB8'

red 249 ◦ green 170 ◦ blue 184

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

Shades of Light Pink #F9AAB8

Tints of Light Pink #F9AAB8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.19%

 BLUE value IS 184 (72.27% from 255) = 30.51%

R = 41.29%
G = 28.19%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F9AAB8 (or 0xF9AAB8) is known color: Light Pink. HEX triplet: F9, AA and B8. RGB value is (249,170,184). Sum of RGB (Red+Green+Blue) = 249+170+184=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AAB8 is #065547. Grayscale: #C3C3C3. Windows color (decimal): -415048 or 12102393. OLE color: 12102393.

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

Color convert

RGB 249 170 184 -
CMYK 0 0.32 0.26 0.02
HSL 349.37º 0.87% 0.82% -
HSV(B) 349.37º 0.32% 0.98% -
XYZ 62.09 52.35 52.18 -
YUV 195.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 249 170 184 0 0.32 0.26 0.02 349.37 0.87 0.82
Hex F9 AA B8 0 20 1A 2 15D 57 52
Octal 371 252 270 0 40 32 2 535 127 122
Binary 11111001 10101010 10111000 0 100000 11010 10 101011101 1010111 1010010

Color Harmonies of #F9AAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AAB8

Black with #F9AAB8

Text Example


Text Example

White with #F9AAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AAB8; }

 p { color: rgb(249,170,184); }

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

background-color css

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

 a { background-color: rgb(249,170,184); }

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

border-color css

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

 span { border-color: rgb(249,170,184); }

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