#FBABB1

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

Shades of Light Pink #FBABB1

Tints of Light Pink #FBABB1

Color information

#FBABB1 (or 0xFBABB1) is unknown color: approx Light Pink. HEX triplet: FB, AB and B1. RGB value is (251,171,177). Sum of RGB (Red+Green+Blue) = 251+171+177=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABB1 is #04544E. Grayscale: #C3C3C3. Windows color (decimal): -283727 or 11643899. OLE color: 11643899.

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

Color convert

RGB251171177-
CMYK00.320.290.02
HSL355.5º90.91%82.75%-
HSV(B)355.5º31.87%98.43%-
XYZ62.2852.8148.51-
YUV195.6117.5167.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 177 (69.53% from 255) = 29.55%
R=41.90%
G=28.55%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117117700.320.290.02355.590.9182.75
HexFBABB10201D21645b53
Octal373253261040352544133123
Binary1111101110101011101100010100000111011010110010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABB1; }

 p { color: rgb(251,171,177); }

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

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

 a { background-color: rgb(251,171,177); }

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

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

 span { border-color: rgb(251,171,177); }

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