#FAABB8

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

Shades of Light Pink #FAABB8

Tints of Light Pink #FAABB8

Color information

#FAABB8 (or 0xFAABB8) is unknown color: approx Light Pink. HEX triplet: FA, AB and B8. RGB value is (250,171,184). Sum of RGB (Red+Green+Blue) = 250+171+184=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABB8 is #055447. Grayscale: #C4C4C4. Windows color (decimal): -349256 or 12102650. OLE color: 12102650.

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

Color convert

RGB250171184-
CMYK00.320.260.02
HSL350.13º88.76%82.55%-
HSV(B)350.13º31.6%98.04%-
XYZ62.6452.9152.26-
YUV196.1121.17166.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 184 (72.27% from 255) = 30.41%
R=41.32%
G=28.26%
B=30.41%

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
Decimal25017118400.320.260.02350.1388.7682.55
HexFAABB80201A215e5953
Octal372253270040322536131123
Binary1111101010101011101110000100000110101010101111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABB8; }

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

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

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

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

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

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

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

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