#FAABB9

Color #FAABB9 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FAABB9

Tints of Light Pink #FAABB9

Color information

#FAABB9 (or 0xFAABB9) is unknown color: approx Light Pink. HEX triplet: FA, AB and B9. RGB value is (250,171,185). Sum of RGB (Red+Green+Blue) = 250+171+185=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABB9 is #055446. Grayscale: #C4C4C4. Windows color (decimal): -349255 or 12168186. OLE color: 12168186.

HSL color Cylindrical-coordinate representation of color #FAABB9: hue angle of 349.37º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABB9 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250171185-
CMYK00.320.260.02
HSL349.37º88.76%82.55%-
HSV(B)349.37º31.6%98.04%-
XYZ62.7452.9552.81-
YUV196.22121.67166.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=41.25%
G=28.22%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017118500.320.260.02349.3788.7682.55
HexFAABB90201A215d5953
Octal372253271040322535131123
Binary1111101010101011101110010100000110101010101110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABB9; }

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

 H1.HeaderClassName
 {
   color: #FAABB9;
 }
 .AnyTagClassName
 {
   color: #FAABB9;
 }
</style>
background-color css

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

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

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

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

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

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