Html Css Color HEX #F9AAB6 Light Pink

📋 copy color: '#F9AAB6'

red 249 ◦ green 170 ◦ blue 182

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

Shades of Light Pink #F9AAB6

Tints of Light Pink #F9AAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.28%

R = 41.43%
G = 28.29%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F9AAB6 (or 0xF9AAB6) is known color: Light Pink. HEX triplet: F9, AA and B6. RGB value is (249,170,182). Sum of RGB (Red+Green+Blue) = 249+170+182=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AAB6 is #065549. Grayscale: #C3C3C3. Windows color (decimal): -415050 or 11971321. OLE color: 11971321.

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

Color convert

RGB 249 170 182 -
CMYK 0 0.32 0.27 0.02
HSL 350.89º 0.87% 0.82% -
HSV(B) 350.89º 0.32% 0.98% -
XYZ 61.89 52.27 51.08 -
YUV 194.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 249 170 182 0 0.32 0.27 0.02 350.89 0.87 0.82
Hex F9 AA B6 0 20 1B 2 15F 57 52
Octal 371 252 266 0 40 33 2 537 127 122
Binary 11111001 10101010 10110110 0 100000 11011 10 101011111 1010111 1010010

Color Harmonies of #F9AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AAB6

Black with #F9AAB6

Text Example


Text Example

White with #F9AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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