#FBB0B1

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

Shades of Light Pink #FBB0B1

Tints of Light Pink #FBB0B1

Color information

#FBB0B1 (or 0xFBB0B1) is unknown color: approx Light Pink. HEX triplet: FB, B0 and B1. RGB value is (251,176,177). Sum of RGB (Red+Green+Blue) = 251+176+177=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB0B1 is #044F4E. Grayscale: #C6C6C6. Windows color (decimal): -282447 or 11645179. OLE color: 11645179.

HSL color Cylindrical-coordinate representation of color #FBB0B1: hue angle of 359.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0B1 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251176177-
CMYK00.300.290.02
HSL359.2º90.36%83.73%-
HSV(B)359.2º29.88%98.43%-
XYZ63.2454.7348.83-
YUV198.54115.85165.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=41.56%
G=29.14%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117617700.300.290.02359.290.3683.73
HexFBB0B101E1D21675a54
Octal373260261036352547132124
Binary111110111011000010110001011110111011010110011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0B1; }

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

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

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

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

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

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

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

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