#FBACB0

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

Shades of Light Pink #FBACB0

Tints of Light Pink #FBACB0

Color information

#FBACB0 (or 0xFBACB0) is unknown color: approx Light Pink. HEX triplet: FB, AC and B0. RGB value is (251,172,176). Sum of RGB (Red+Green+Blue) = 251+172+176=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBACB0 is #04534F. Grayscale: #C4C4C4. Windows color (decimal): -283472 or 11578619. OLE color: 11578619.

HSL color Cylindrical-coordinate representation of color #FBACB0: hue angle of 356.96º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACB0 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251172176-
CMYK00.310.300.02
HSL356.96º90.8%82.94%-
HSV(B)356.96º31.47%98.43%-
XYZ62.3753.1548.05-
YUV196.08116.67167.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=41.90%
G=28.71%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117217600.310.300.02356.9690.882.94
HexFBACB001F1E21655b53
Octal373254260037362545133123
Binary111110111010110010110000011111111101010110010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACB0; }

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

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

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

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

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

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

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

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