Shades of Mandys Pink #F8BA99
Tints of Mandys Pink #F8BA99
RGB
CMYK
RGB Variations
Color information
#F8BA99 (or 0xF8BA99) is known color: Mandys Pink. HEX triplet: F8, BA and 99. RGB value is (248,186,153). Sum of RGB (Red+Green+Blue) = 248+186+153=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA99 is #074566. Grayscale: #C8C8C8. Windows color (decimal): -476519 or 10074872. OLE color: 10074872.
HSL color Cylindrical-coordinate representation of color #F8BA99: hue angle of 20.84º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8BA99 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 153 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.03 |
| HSL | 20.84º | 0.87% | 0.79% | - |
| HSV(B) | 20.84º | 0.38% | 0.97% | - |
| XYZ | 62.02 | 57.37 | 37.94 | - |
| YUV | 200.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 153 | 0 | 0.25 | 0.38 | 0.03 | 20.84 | 0.87 | 0.79 |
| Hex | F8 | BA | 99 | 0 | 19 | 26 | 3 | 15 | 57 | 4F |
| Octal | 370 | 272 | 231 | 0 | 31 | 46 | 3 | 25 | 127 | 117 |
| Binary | 11111000 | 10111010 | 10011001 | 0 | 11001 | 100110 | 11 | 10101 | 1010111 | 1001111 |
Color Harmonies of #F8BA99
Complementary color
Monochromatic Colors of #F8BA99
Black with #F8BA99
Text Example
Text Example
White with #F8BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA99; }
p { color: rgb(248,186,153); }
H1.HeaderClassName
{
color: #F8BA99;
}
.AnyTagClassName
{
color: #F8BA99;
}
</style>
background-color css
<style>
a { background-color: #F8BA99; }
a { background-color: rgb(248,186,153); }
div.DivClassName
{
background-color: #F8BA99;
}
.BgClassName
{
background-color: #F8BA99;
}
</style>
border-color css
<style>
span { border-color: #F8BA99; }
span { border-color: rgb(248,186,153); }
td.TdClassName
{
border-color: #F8BA99;
}
.TagClassName
{
border-color: #F8BA99;
}
</style>