Shades of Mandys Pink #FFB796
Tints of Mandys Pink #FFB796
RGB
CMYK
RGB Variations
Color information
#FFB796 (or 0xFFB796) is known color: Mandys Pink. HEX triplet: FF, B7 and 96. RGB value is (255,183,150). Sum of RGB (Red+Green+Blue) = 255+183+150=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB796 is #004869. Grayscale: #C8C8C8. Windows color (decimal): -18538 or 9877503. OLE color: 9877503.
HSL color Cylindrical-coordinate representation of color #FFB796: hue angle of 18.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFB796 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 150 | - |
| CMYK | 0 | 0.28 | 0.41 | 0 |
| HSL | 18.86º | 1% | 0.79% | - |
| HSV(B) | 18.86º | 0.41% | 1% | - |
| XYZ | 63.68 | 57.33 | 36.56 | - |
| YUV | 200.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 150 | 0 | 0.28 | 0.41 | 0 | 18.86 | 1 | 0.79 |
| Hex | FF | B7 | 96 | 0 | 1C | 29 | 0 | 13 | 64 | 4F |
| Octal | 377 | 267 | 226 | 0 | 34 | 51 | 0 | 23 | 144 | 117 |
| Binary | 11111111 | 10110111 | 10010110 | 0 | 11100 | 101001 | 0 | 10011 | 1100100 | 1001111 |
Color Harmonies of #FFB796
Complementary color
Monochromatic Colors of #FFB796
Black with #FFB796
Text Example
Text Example
White with #FFB796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB796; }
p { color: rgb(255,183,150); }
H1.HeaderClassName
{
color: #FFB796;
}
.AnyTagClassName
{
color: #FFB796;
}
</style>
background-color css
<style>
a { background-color: #FFB796; }
a { background-color: rgb(255,183,150); }
div.DivClassName
{
background-color: #FFB796;
}
.BgClassName
{
background-color: #FFB796;
}
</style>
border-color css
<style>
span { border-color: #FFB796; }
span { border-color: rgb(255,183,150); }
td.TdClassName
{
border-color: #FFB796;
}
.TagClassName
{
border-color: #FFB796;
}
</style>