#FBACBA

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

Shades of Light Pink #FBACBA

Tints of Light Pink #FBACBA

Color information

#FBACBA (or 0xFBACBA) is unknown color: approx Light Pink. HEX triplet: FB, AC and BA. RGB value is (251,172,186). Sum of RGB (Red+Green+Blue) = 251+172+186=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACBA is #045345. Grayscale: #C5C5C5. Windows color (decimal): -283462 or 12233979. OLE color: 12233979.

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

Color convert

RGB251172186-
CMYK00.310.260.02
HSL349.37º90.8%82.94%-
HSV(B)349.37º31.47%98.43%-
XYZ63.453.5653.45-
YUV197.22121.67166.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=41.22%
G=28.24%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117218600.310.260.02349.3790.882.94
HexFBACBA01F1A215d5b53
Octal373254272037322535133123
Binary111110111010110010111010011111110101010101110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACBA; }

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

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

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

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

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

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

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

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