Html Css Color HEX #FAAAB1 Light Pink

📋 copy color: '#FAAAB1'

red 250 ◦ green 170 ◦ blue 177

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

Shades of Light Pink #FAAAB1

Tints of Light Pink #FAAAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.65%

R = 41.88%
G = 28.48%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAAAB1 (or 0xFAAAB1) is known color: Light Pink. HEX triplet: FA, AA and B1. RGB value is (250,170,177). Sum of RGB (Red+Green+Blue) = 250+170+177=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAB1 is #05554E. Grayscale: #C2C2C2. Windows color (decimal): -349519 or 11643642. OLE color: 11643642.

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

Color convert

RGB 250 170 177 -
CMYK 0 0.32 0.29 0.02
HSL 354.75º 0.89% 0.82% -
HSV(B) 354.75º 0.32% 0.98% -
XYZ 61.73 52.25 48.43 -
YUV 194.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 250 170 177 0 0.32 0.29 0.02 354.75 0.89 0.82
Hex FA AA B1 0 20 1D 2 163 59 52
Octal 372 252 261 0 40 35 2 543 131 122
Binary 11111010 10101010 10110001 0 100000 11101 10 101100011 1011001 1010010

Color Harmonies of #FAAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAB1

Black with #FAAAB1

Text Example


Text Example

White with #FAAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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