Html Css Color HEX #FAAAAB Light Pink

📋 copy color: '#FAAAAB'

red 250 ◦ green 170 ◦ blue 171

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

Shades of Light Pink #FAAAAB

Tints of Light Pink #FAAAAB

RGB

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

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

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

R = 42.3%
G = 28.76%
B = 28.93%

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

#FAAAAB (or 0xFAAAAB) is known color: Light Pink. HEX triplet: FA, AA and AB. RGB value is (250,170,171). Sum of RGB (Red+Green+Blue) = 250+170+171=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAAB is #055554. Grayscale: #C2C2C2. Windows color (decimal): -349525 or 11250426. OLE color: 11250426.

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

Color convert

RGB 250 170 171 -
CMYK 0 0.32 0.32 0.02
HSL 359.25º 0.89% 0.82% -
HSV(B) 359.25º 0.32% 0.98% -
XYZ 61.15 52.01 45.34 -
YUV 194.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 250 170 171 0 0.32 0.32 0.02 359.25 0.89 0.82
Hex FA AA AB 0 20 20 2 167 59 52
Octal 372 252 253 0 40 40 2 547 131 122
Binary 11111010 10101010 10101011 0 100000 100000 10 101100111 1011001 1010010

Color Harmonies of #FAAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAAB

Black with #FAAAAB

Text Example


Text Example

White with #FAAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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