#FBACB2

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

Shades of Light Pink #FBACB2

Tints of Light Pink #FBACB2

Color information

#FBACB2 (or 0xFBACB2) is unknown color: approx Light Pink. HEX triplet: FB, AC and B2. RGB value is (251,172,178). Sum of RGB (Red+Green+Blue) = 251+172+178=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBACB2 is #04534D. Grayscale: #C4C4C4. Windows color (decimal): -283470 or 11709691. OLE color: 11709691.

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

Color convert

RGB251172178-
CMYK00.310.290.02
HSL355.44º90.8%82.94%-
HSV(B)355.44º31.47%98.43%-
XYZ62.5753.2349.1-
YUV196.3117.67167.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 178 (69.92% from 255) = 29.62%
R=41.76%
G=28.62%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117217800.310.290.02355.4490.882.94
HexFBACB201F1D21635b53
Octal373254262037352543133123
Binary111110111010110010110010011111111011010110001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACB2; }

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

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

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

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

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

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

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

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