Html Css Color HEX #FAAAB6 Light Pink

📋 copy color: '#FAAAB6'

red 250 ◦ green 170 ◦ blue 182

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

Shades of Light Pink #FAAAB6

Tints of Light Pink #FAAAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.23%

R = 41.53%
G = 28.24%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAAAB6 (or 0xFAAAB6) is known color: Light Pink. HEX triplet: FA, AA and B6. RGB value is (250,170,182). Sum of RGB (Red+Green+Blue) = 250+170+182=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAB6 is #055549. Grayscale: #C3C3C3. Windows color (decimal): -349514 or 11971322. OLE color: 11971322.

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

Color convert

RGB 250 170 182 -
CMYK 0 0.32 0.27 0.02
HSL 351º 0.89% 0.82% -
HSV(B) 351º 0.32% 0.98% -
XYZ 62.24 52.45 51.1 -
YUV 195.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 250 170 182 0 0.32 0.27 0.02 351 0.89 0.82
Hex FA AA B6 0 20 1B 2 15F 59 52
Octal 372 252 266 0 40 33 2 537 131 122
Binary 11111010 10101010 10110110 0 100000 11011 10 101011111 1011001 1010010

Color Harmonies of #FAAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAB6

Black with #FAAAB6

Text Example


Text Example

White with #FAAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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