#FBB0BA

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

Shades of Light Pink #FBB0BA

Tints of Light Pink #FBB0BA

Color information

#FBB0BA (or 0xFBB0BA) is unknown color: approx Light Pink. HEX triplet: FB, B0 and BA. RGB value is (251,176,186). Sum of RGB (Red+Green+Blue) = 251+176+186=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0BA is #044F45. Grayscale: #C7C7C7. Windows color (decimal): -282438 or 12235003. OLE color: 12235003.

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

Color convert

RGB251176186-
CMYK00.300.260.02
HSL352º90.36%83.73%-
HSV(B)352º29.88%98.43%-
XYZ64.1755.1153.71-
YUV199.56120.35164.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 176 (69.14% from 255) = 28.71%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=40.95%
G=28.71%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117618600.300.260.0235290.3683.73
HexFBB0BA01E1A21605a54
Octal373260272036322540132124
Binary111110111011000010111010011110110101010110000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0BA; }

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

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

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

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

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

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

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

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