Shades of Mandys Pink #FFB996
Tints of Mandys Pink #FFB996
RGB
CMYK
RGB Variations
Color information
#FFB996 (or 0xFFB996) is known color: Mandys Pink. HEX triplet: FF, B9 and 96. RGB value is (255,185,150). Sum of RGB (Red+Green+Blue) = 255+185+150=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB996 is #004669. Grayscale: #CACACA. Windows color (decimal): -18026 or 9878015. OLE color: 9878015.
HSL color Cylindrical-coordinate representation of color #FFB996: hue angle of 20º 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 #FFB996 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 150 | - |
| CMYK | 0 | 0.27 | 0.41 | 0 |
| HSL | 20º | 1% | 0.79% | - |
| HSV(B) | 20º | 0.41% | 1% | - |
| XYZ | 64.09 | 58.16 | 36.7 | - |
| YUV | 201.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 150 | 0 | 0.27 | 0.41 | 0 | 20 | 1 | 0.79 |
| Hex | FF | B9 | 96 | 0 | 1B | 29 | 0 | 14 | 64 | 4F |
| Octal | 377 | 271 | 226 | 0 | 33 | 51 | 0 | 24 | 144 | 117 |
| Binary | 11111111 | 10111001 | 10010110 | 0 | 11011 | 101001 | 0 | 10100 | 1100100 | 1001111 |
Color Harmonies of #FFB996
Complementary color
Monochromatic Colors of #FFB996
Black with #FFB996
Text Example
Text Example
White with #FFB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB996; }
p { color: rgb(255,185,150); }
H1.HeaderClassName
{
color: #FFB996;
}
.AnyTagClassName
{
color: #FFB996;
}
</style>
background-color css
<style>
a { background-color: #FFB996; }
a { background-color: rgb(255,185,150); }
div.DivClassName
{
background-color: #FFB996;
}
.BgClassName
{
background-color: #FFB996;
}
</style>
border-color css
<style>
span { border-color: #FFB996; }
span { border-color: rgb(255,185,150); }
td.TdClassName
{
border-color: #FFB996;
}
.TagClassName
{
border-color: #FFB996;
}
</style>