Shades of Mandys Pink #FFB499
Tints of Mandys Pink #FFB499
RGB
CMYK
RGB Variations
Color information
#FFB499 (or 0xFFB499) is known color: Mandys Pink. HEX triplet: FF, B4 and 99. RGB value is (255,180,153). Sum of RGB (Red+Green+Blue) = 255+180+153=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB499 is #004B66. Grayscale: #C7C7C7. Windows color (decimal): -19303 or 10073343. OLE color: 10073343.
HSL color Cylindrical-coordinate representation of color #FFB499: hue angle of 15.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFB499 is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 153 | - |
| CMYK | 0 | 0.29 | 0.4 | 0 |
| HSL | 15.88º | 1% | 0.8% | - |
| HSV(B) | 15.88º | 0.4% | 1% | - |
| XYZ | 63.31 | 56.2 | 37.65 | - |
| YUV | 199.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 153 | 0 | 0.29 | 0.4 | 0 | 15.88 | 1 | 0.8 |
| Hex | FF | B4 | 99 | 0 | 1D | 28 | 0 | 10 | 64 | 50 |
| Octal | 377 | 264 | 231 | 0 | 35 | 50 | 0 | 20 | 144 | 120 |
| Binary | 11111111 | 10110100 | 10011001 | 0 | 11101 | 101000 | 0 | 10000 | 1100100 | 1010000 |
Color Harmonies of #FFB499
Complementary color
Monochromatic Colors of #FFB499
Black with #FFB499
Text Example
Text Example
White with #FFB499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB499; }
p { color: rgb(255,180,153); }
H1.HeaderClassName
{
color: #FFB499;
}
.AnyTagClassName
{
color: #FFB499;
}
</style>
background-color css
<style>
a { background-color: #FFB499; }
a { background-color: rgb(255,180,153); }
div.DivClassName
{
background-color: #FFB499;
}
.BgClassName
{
background-color: #FFB499;
}
</style>
border-color css
<style>
span { border-color: #FFB499; }
span { border-color: rgb(255,180,153); }
td.TdClassName
{
border-color: #FFB499;
}
.TagClassName
{
border-color: #FFB499;
}
</style>