Shades of Mandys Pink #FFB998
Tints of Mandys Pink #FFB998
RGB
CMYK
RGB Variations
Color information
#FFB998 (or 0xFFB998) is known color: Mandys Pink. HEX triplet: FF, B9 and 98. RGB value is (255,185,152). Sum of RGB (Red+Green+Blue) = 255+185+152=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB998 is #004667. Grayscale: #CACACA. Windows color (decimal): -18024 or 10009087. OLE color: 10009087.
HSL color Cylindrical-coordinate representation of color #FFB998: hue angle of 19.22º 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 #FFB998 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 152 | - |
| CMYK | 0 | 0.27 | 0.40 | 0 |
| HSL | 19.22º | 1% | 0.8% | - |
| HSV(B) | 19.22º | 0.4% | 1% | - |
| XYZ | 64.26 | 58.22 | 37.56 | - |
| YUV | 202.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 152 | 0 | 0.27 | 0.40 | 0 | 19.22 | 1 | 0.8 |
| Hex | FF | B9 | 98 | 0 | 1B | 28 | 0 | 13 | 64 | 50 |
| Octal | 377 | 271 | 230 | 0 | 33 | 50 | 0 | 23 | 144 | 120 |
| Binary | 11111111 | 10111001 | 10011000 | 0 | 11011 | 101000 | 0 | 10011 | 1100100 | 1010000 |
Color Harmonies of #FFB998
Complementary color
Monochromatic Colors of #FFB998
Black with #FFB998
Text Example
Text Example
White with #FFB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB998; }
p { color: rgb(255,185,152); }
H1.HeaderClassName
{
color: #FFB998;
}
.AnyTagClassName
{
color: #FFB998;
}
</style>
background-color css
<style>
a { background-color: #FFB998; }
a { background-color: rgb(255,185,152); }
div.DivClassName
{
background-color: #FFB998;
}
.BgClassName
{
background-color: #FFB998;
}
</style>
border-color css
<style>
span { border-color: #FFB998; }
span { border-color: rgb(255,185,152); }
td.TdClassName
{
border-color: #FFB998;
}
.TagClassName
{
border-color: #FFB998;
}
</style>