Shades of Mandys Pink #F8BA9A
Tints of Mandys Pink #F8BA9A
RGB
CMYK
RGB Variations
Color information
#F8BA9A (or 0xF8BA9A) is known color: Mandys Pink. HEX triplet: F8, BA and 9A. RGB value is (248,186,154). Sum of RGB (Red+Green+Blue) = 248+186+154=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA9A is #074565. Grayscale: #C9C9C9. Windows color (decimal): -476518 or 10140408. OLE color: 10140408.
HSL color Cylindrical-coordinate representation of color #F8BA9A: hue angle of 20.43º 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 #F8BA9A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 154 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.03 |
| HSL | 20.43º | 0.87% | 0.79% | - |
| HSV(B) | 20.43º | 0.38% | 0.97% | - |
| XYZ | 62.1 | 57.41 | 38.38 | - |
| YUV | 200.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 154 | 0 | 0.25 | 0.38 | 0.03 | 20.43 | 0.87 | 0.79 |
| Hex | F8 | BA | 9A | 0 | 19 | 26 | 3 | 14 | 57 | 4F |
| Octal | 370 | 272 | 232 | 0 | 31 | 46 | 3 | 24 | 127 | 117 |
| Binary | 11111000 | 10111010 | 10011010 | 0 | 11001 | 100110 | 11 | 10100 | 1010111 | 1001111 |
Color Harmonies of #F8BA9A
Complementary color
Monochromatic Colors of #F8BA9A
Black with #F8BA9A
Text Example
Text Example
White with #F8BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA9A; }
p { color: rgb(248,186,154); }
H1.HeaderClassName
{
color: #F8BA9A;
}
.AnyTagClassName
{
color: #F8BA9A;
}
</style>
background-color css
<style>
a { background-color: #F8BA9A; }
a { background-color: rgb(248,186,154); }
div.DivClassName
{
background-color: #F8BA9A;
}
.BgClassName
{
background-color: #F8BA9A;
}
</style>
border-color css
<style>
span { border-color: #F8BA9A; }
span { border-color: rgb(248,186,154); }
td.TdClassName
{
border-color: #F8BA9A;
}
.TagClassName
{
border-color: #F8BA9A;
}
</style>