#FBACB8

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

Shades of Light Pink #FBACB8

Tints of Light Pink #FBACB8

Color information

#FBACB8 (or 0xFBACB8) is unknown color: approx Light Pink. HEX triplet: FB, AC and B8. RGB value is (251,172,184). Sum of RGB (Red+Green+Blue) = 251+172+184=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACB8 is #045347. Grayscale: #C5C5C5. Windows color (decimal): -283464 or 12102907. OLE color: 12102907.

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

Color convert

RGB251172184-
CMYK00.310.270.02
HSL350.89º90.8%82.94%-
HSV(B)350.89º31.47%98.43%-
XYZ63.1953.4752.34-
YUV196.99120.67166.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 184 (72.27% from 255) = 30.31%
R=41.35%
G=28.34%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117218400.310.270.02350.8990.882.94
HexFBACB801F1B215f5b53
Octal373254270037332537133123
Binary111110111010110010111000011111110111010101111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACB8; }

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

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

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

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

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

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

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

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