Html Css Color HEX #F9A9AB Light Pink

📋 copy color: '#F9A9AB'

red 249 ◦ green 169 ◦ blue 171

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

Shades of Light Pink #F9A9AB

Tints of Light Pink #F9A9AB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.69%

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

R = 42.28%
G = 28.69%
B = 29.03%

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

#F9A9AB (or 0xF9A9AB) is known color: Light Pink. HEX triplet: F9, A9 and AB. RGB value is (249,169,171). Sum of RGB (Red+Green+Blue) = 249+169+171=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A9AB is #065654. Grayscale: #C1C1C1. Windows color (decimal): -415317 or 11250169. OLE color: 11250169.

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

Color convert

RGB 249 169 171 -
CMYK 0 0.32 0.31 0.02
HSL 358.5º 0.87% 0.82% -
HSV(B) 358.5º 0.32% 0.98% -
XYZ 60.61 51.46 45.27 -
YUV 193.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 249 169 171 0 0.32 0.31 0.02 358.5 0.87 0.82
Hex F9 A9 AB 0 20 1F 2 166 57 52
Octal 371 251 253 0 40 37 2 546 127 122
Binary 11111001 10101001 10101011 0 100000 11111 10 101100110 1010111 1010010

Color Harmonies of #F9A9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A9AB

Black with #F9A9AB

Text Example


Text Example

White with #F9A9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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