Html Css Color HEX #FAAAB8 Light Pink

📋 copy color: '#FAAAB8'

red 250 ◦ green 170 ◦ blue 184

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

Shades of Light Pink #FAAAB8

Tints of Light Pink #FAAAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.46%

R = 41.39%
G = 28.15%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAAAB8 (or 0xFAAAB8) is known color: Light Pink. HEX triplet: FA, AA and B8. RGB value is (250,170,184). Sum of RGB (Red+Green+Blue) = 250+170+184=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAB8 is #055547. Grayscale: #C3C3C3. Windows color (decimal): -349512 or 12102394. OLE color: 12102394.

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

Color convert

RGB 250 170 184 -
CMYK 0 0.32 0.26 0.02
HSL 349.5º 0.89% 0.82% -
HSV(B) 349.5º 0.32% 0.98% -
XYZ 62.45 52.53 52.2 -
YUV 195.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 250 170 184 0 0.32 0.26 0.02 349.5 0.89 0.82
Hex FA AA B8 0 20 1A 2 15E 59 52
Octal 372 252 270 0 40 32 2 536 131 122
Binary 11111010 10101010 10111000 0 100000 11010 10 101011110 1011001 1010010

Color Harmonies of #FAAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAB8

Black with #FAAAB8

Text Example


Text Example

White with #FAAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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