#FAABB0

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

Shades of Light Pink #FAABB0

Tints of Light Pink #FAABB0

Color information

#FAABB0 (or 0xFAABB0) is unknown color: approx Light Pink. HEX triplet: FA, AB and B0. RGB value is (250,171,176). Sum of RGB (Red+Green+Blue) = 250+171+176=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABB0 is #05544F. Grayscale: #C3C3C3. Windows color (decimal): -349264 or 11578362. OLE color: 11578362.

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

Color convert

RGB250171176-
CMYK00.320.300.02
HSL356.2º88.76%82.55%-
HSV(B)356.2º31.6%98.04%-
XYZ61.8252.5847.97-
YUV195.19117.17167.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 176 (69.14% from 255) = 29.48%
R=41.88%
G=28.64%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017117600.320.300.02356.288.7682.55
HexFAABB00201E21645953
Octal372253260040362544131123
Binary1111101010101011101100000100000111101010110010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABB0; }

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

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

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

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

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

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

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

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