#FBABB4

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

Shades of Light Pink #FBABB4

Tints of Light Pink #FBABB4

Color information

#FBABB4 (or 0xFBABB4) is unknown color: approx Light Pink. HEX triplet: FB, AB and B4. RGB value is (251,171,180). Sum of RGB (Red+Green+Blue) = 251+171+180=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABB4 is #04544B. Grayscale: #C3C3C3. Windows color (decimal): -283724 or 11840507. OLE color: 11840507.

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

Color convert

RGB251171180-
CMYK00.320.280.02
HSL353.25º90.91%82.75%-
HSV(B)353.25º31.87%98.43%-
XYZ62.5852.9350.1-
YUV195.95119167.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=41.69%
G=28.41%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117118000.320.280.02353.2590.9182.75
HexFBABB40201C21615b53
Octal373253264040342541133123
Binary1111101110101011101101000100000111001010110000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABB4; }

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

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

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

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

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

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

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

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