#FBACB5

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

Shades of Light Pink #FBACB5

Tints of Light Pink #FBACB5

Color information

#FBACB5 (or 0xFBACB5) is unknown color: approx Light Pink. HEX triplet: FB, AC and B5. RGB value is (251,172,181). Sum of RGB (Red+Green+Blue) = 251+172+181=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACB5 is #04534A. Grayscale: #C4C4C4. Windows color (decimal): -283467 or 11906299. OLE color: 11906299.

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

Color convert

RGB251172181-
CMYK00.310.280.02
HSL353.16º90.8%82.94%-
HSV(B)353.16º31.47%98.43%-
XYZ62.8853.3550.7-
YUV196.65119.17166.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=41.56%
G=28.48%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117218100.310.280.02353.1690.882.94
HexFBACB501F1C21615b53
Octal373254265037342541133123
Binary111110111010110010110101011111111001010110000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACB5; }

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

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

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

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

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

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

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

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