#FBAAB0

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

Shades of Light Pink #FBAAB0

Tints of Light Pink #FBAAB0

Color information

#FBAAB0 (or 0xFBAAB0) is unknown color: approx Light Pink. HEX triplet: FB, AA and B0. RGB value is (251,170,176). Sum of RGB (Red+Green+Blue) = 251+170+176=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAB0 is #04554F. Grayscale: #C2C2C2. Windows color (decimal): -283984 or 11578107. OLE color: 11578107.

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

Color convert

RGB251170176-
CMYK00.320.300.02
HSL355.56º91.01%82.55%-
HSV(B)355.56º32.27%98.43%-
XYZ61.9952.3947.92-
YUV194.9117.34168.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 176 (69.14% from 255) = 29.48%
R=42.04%
G=28.48%
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
Decimal25117017600.320.300.02355.5691.0182.55
HexFBAAB00201E21645b53
Octal373252260040362544133123
Binary1111101110101010101100000100000111101010110010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAB0; }

 p { color: rgb(251,170,176); }

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

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

 a { background-color: rgb(251,170,176); }

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

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

 span { border-color: rgb(251,170,176); }

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