Html Css Color HEX #FAAAB5 Light Pink

📋 copy color: '#FAAAB5'

red 250 ◦ green 170 ◦ blue 181

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

Shades of Light Pink #FAAAB5

Tints of Light Pink #FAAAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.12%

R = 41.6%
G = 28.29%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAAAB5 (or 0xFAAAB5) is known color: Light Pink. HEX triplet: FA, AA and B5. RGB value is (250,170,181). Sum of RGB (Red+Green+Blue) = 250+170+181=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAB5 is #05554A. Grayscale: #C3C3C3. Windows color (decimal): -349515 or 11905786. OLE color: 11905786.

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

Color convert

RGB 250 170 181 -
CMYK 0 0.32 0.28 0.02
HSL 351.75º 0.89% 0.82% -
HSV(B) 351.75º 0.32% 0.98% -
XYZ 62.14 52.41 50.56 -
YUV 195.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 250 170 181 0 0.32 0.28 0.02 351.75 0.89 0.82
Hex FA AA B5 0 20 1C 2 160 59 52
Octal 372 252 265 0 40 34 2 540 131 122
Binary 11111010 10101010 10110101 0 100000 11100 10 101100000 1011001 1010010

Color Harmonies of #FAAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAB5

Black with #FAAAB5

Text Example


Text Example

White with #FAAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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