#FBB7A1

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

Shades of Mandys Pink #FBB7A1

Tints of Mandys Pink #FBB7A1

Color information

#FBB7A1 (or 0xFBB7A1) is unknown color: approx Mandys Pink. HEX triplet: FB, B7 and A1. RGB value is (251,183,161). Sum of RGB (Red+Green+Blue) = 251+183+161=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB7A1 is #04485E. Grayscale: #C8C8C8. Windows color (decimal): -280671 or 10598395. OLE color: 10598395.

HSL color Cylindrical-coordinate representation of color #FBB7A1: hue angle of 14.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBB7A1 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251183161-
CMYK00.270.360.02
HSL14.67º91.84%80.78%-
HSV(B)14.67º35.86%98.43%-
XYZ63.1556.9541.38-
YUV200.82105.53163.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 183 (71.88% from 255) = 30.76%
BLUE value IS 161 (63.28% from 255) = 27.06%
R=42.18%
G=30.76%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118316100.270.360.0214.6791.8480.78
HexFBB7A101B242f5c51
Octal37326724103344217134121
Binary11111011101101111010000101101110010010111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7A1; }

 p { color: rgb(251,183,161); }

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

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

 a { background-color: rgb(251,183,161); }

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

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

 span { border-color: rgb(251,183,161); }

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