Html Css Color HEX #FAA9AA Light Pink

📋 copy color: '#FAA9AA'

red 250 ◦ green 169 ◦ blue 170

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

Shades of Light Pink #FAA9AA

Tints of Light Pink #FAA9AA

RGB

 RED value IS 250 (98.05% from 255) = 42.44%

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

 BLUE value IS 170 (66.8% from 255) = 28.86%

R = 42.44%
G = 28.69%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAA9AA (or 0xFAA9AA) is known color: Light Pink. HEX triplet: FA, A9 and AA. RGB value is (250,169,170). Sum of RGB (Red+Green+Blue) = 250+169+170=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA9AA is #055655. Grayscale: #C1C1C1. Windows color (decimal): -349782 or 11184634. OLE color: 11184634.

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

Color convert

RGB 250 169 170 -
CMYK 0 0.32 0.32 0.02
HSL 359.26º 0.89% 0.82% -
HSV(B) 359.26º 0.32% 0.98% -
XYZ 60.87 51.6 44.78 -
YUV 193.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 250 169 170 0 0.32 0.32 0.02 359.26 0.89 0.82
Hex FA A9 AA 0 20 20 2 167 59 52
Octal 372 251 252 0 40 40 2 547 131 122
Binary 11111010 10101001 10101010 0 100000 100000 10 101100111 1011001 1010010

Color Harmonies of #FAA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9AA

Black with #FAA9AA

Text Example


Text Example

White with #FAA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9AA; }

 p { color: rgb(250,169,170); }

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

background-color css

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

 a { background-color: rgb(250,169,170); }

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

border-color css

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

 span { border-color: rgb(250,169,170); }

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