Html Css Color HEX #F9AAAB Light Pink

📋 copy color: '#F9AAAB'

red 249 ◦ green 170 ◦ blue 171

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

Shades of Light Pink #F9AAAB

Tints of Light Pink #F9AAAB

RGB

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

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

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

R = 42.2%
G = 28.81%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9AAAB (or 0xF9AAAB) is known color: Light Pink. HEX triplet: F9, AA and AB. RGB value is (249,170,171). Sum of RGB (Red+Green+Blue) = 249+170+171=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AAAB is #065554. Grayscale: #C1C1C1. Windows color (decimal): -415061 or 11250425. OLE color: 11250425.

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

Color convert

RGB 249 170 171 -
CMYK 0 0.32 0.31 0.02
HSL 359.24º 0.87% 0.82% -
HSV(B) 359.24º 0.32% 0.98% -
XYZ 60.79 51.83 45.33 -
YUV 193.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 249 170 171 0 0.32 0.31 0.02 359.24 0.87 0.82
Hex F9 AA AB 0 20 1F 2 167 57 52
Octal 371 252 253 0 40 37 2 547 127 122
Binary 11111001 10101010 10101011 0 100000 11111 10 101100111 1010111 1010010

Color Harmonies of #F9AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AAAB

Black with #F9AAAB

Text Example


Text Example

White with #F9AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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