Shades of Mandys Pink #FBB891
Tints of Mandys Pink #FBB891
RGB
CMYK
RGB Variations
Color information
#FBB891 (or 0xFBB891) is known color: Mandys Pink. HEX triplet: FB, B8 and 91. RGB value is (251,184,145). Sum of RGB (Red+Green+Blue) = 251+184+145=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB891 is #04476E. Grayscale: #C7C7C7. Windows color (decimal): -280431 or 9550075. OLE color: 9550075.
HSL color Cylindrical-coordinate representation of color #FBB891: hue angle of 22.08º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBB891 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 145 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.02 |
| HSL | 22.08º | 0.93% | 0.78% | - |
| HSV(B) | 22.08º | 0.42% | 0.98% | - |
| XYZ | 62.03 | 56.83 | 34.49 | - |
| YUV | 199.59 | 97.2 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 145 | 0 | 0.27 | 0.42 | 0.02 | 22.08 | 0.93 | 0.78 |
| Hex | FB | B8 | 91 | 0 | 1B | 2A | 2 | 16 | 5D | 4E |
| Octal | 373 | 270 | 221 | 0 | 33 | 52 | 2 | 26 | 135 | 116 |
| Binary | 11111011 | 10111000 | 10010001 | 0 | 11011 | 101010 | 10 | 10110 | 1011101 | 1001110 |
Color Harmonies of #FBB891
Complementary color
Monochromatic Colors of #FBB891
Black with #FBB891
Text Example
Text Example
White with #FBB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB891; }
p { color: rgb(251,184,145); }
H1.HeaderClassName
{
color: #FBB891;
}
.AnyTagClassName
{
color: #FBB891;
}
</style>
background-color css
<style>
a { background-color: #FBB891; }
a { background-color: rgb(251,184,145); }
div.DivClassName
{
background-color: #FBB891;
}
.BgClassName
{
background-color: #FBB891;
}
</style>
border-color css
<style>
span { border-color: #FBB891; }
span { border-color: rgb(251,184,145); }
td.TdClassName
{
border-color: #FBB891;
}
.TagClassName
{
border-color: #FBB891;
}
</style>