Shades of Mandys Pink #F9BD97
Tints of Mandys Pink #F9BD97
RGB
CMYK
RGB Variations
Color information
#F9BD97 (or 0xF9BD97) is known color: Mandys Pink. HEX triplet: F9, BD and 97. RGB value is (249,189,151). Sum of RGB (Red+Green+Blue) = 249+189+151=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BD97 is #064268. Grayscale: #CACACA. Windows color (decimal): -410217 or 9944569. OLE color: 9944569.
HSL color Cylindrical-coordinate representation of color #F9BD97: hue angle of 23.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9BD97 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 151 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.02 |
| HSL | 23.27º | 0.89% | 0.78% | - |
| HSV(B) | 23.27º | 0.39% | 0.98% | - |
| XYZ | 62.85 | 58.77 | 37.31 | - |
| YUV | 202.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 151 | 0 | 0.24 | 0.39 | 0.02 | 23.27 | 0.89 | 0.78 |
| Hex | F9 | BD | 97 | 0 | 18 | 27 | 2 | 17 | 59 | 4E |
| Octal | 371 | 275 | 227 | 0 | 30 | 47 | 2 | 27 | 131 | 116 |
| Binary | 11111001 | 10111101 | 10010111 | 0 | 11000 | 100111 | 10 | 10111 | 1011001 | 1001110 |
Color Harmonies of #F9BD97
Complementary color
Monochromatic Colors of #F9BD97
Black with #F9BD97
Text Example
Text Example
White with #F9BD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BD97; }
p { color: rgb(249,189,151); }
H1.HeaderClassName
{
color: #F9BD97;
}
.AnyTagClassName
{
color: #F9BD97;
}
</style>
background-color css
<style>
a { background-color: #F9BD97; }
a { background-color: rgb(249,189,151); }
div.DivClassName
{
background-color: #F9BD97;
}
.BgClassName
{
background-color: #F9BD97;
}
</style>
border-color css
<style>
span { border-color: #F9BD97; }
span { border-color: rgb(249,189,151); }
td.TdClassName
{
border-color: #F9BD97;
}
.TagClassName
{
border-color: #F9BD97;
}
</style>