Html Css Color HEX #FAAAB0 Light Pink

📋 copy color: '#FAAAB0'

red 250 ◦ green 170 ◦ blue 176

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

Shades of Light Pink #FAAAB0

Tints of Light Pink #FAAAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.53%

R = 41.95%
G = 28.52%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAAAB0 (or 0xFAAAB0) is known color: Light Pink. HEX triplet: FA, AA and B0. RGB value is (250,170,176). Sum of RGB (Red+Green+Blue) = 250+170+176=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAB0 is #05554F. Grayscale: #C2C2C2. Windows color (decimal): -349520 or 11578106. OLE color: 11578106.

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

Color convert

RGB 250 170 176 -
CMYK 0 0.32 0.30 0.02
HSL 355.5º 0.89% 0.82% -
HSV(B) 355.5º 0.32% 0.98% -
XYZ 61.64 52.21 47.9 -
YUV 194.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 250 170 176 0 0.32 0.30 0.02 355.5 0.89 0.82
Hex FA AA B0 0 20 1E 2 164 59 52
Octal 372 252 260 0 40 36 2 544 131 122
Binary 11111010 10101010 10110000 0 100000 11110 10 101100100 1011001 1010010

Color Harmonies of #FAAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAB0

Black with #FAAAB0

Text Example


Text Example

White with #FAAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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