Shades of Mandys Pink #F8BA98
Tints of Mandys Pink #F8BA98
RGB
CMYK
RGB Variations
Color information
#F8BA98 (or 0xF8BA98) is known color: Mandys Pink. HEX triplet: F8, BA and 98. RGB value is (248,186,152). Sum of RGB (Red+Green+Blue) = 248+186+152=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA98 is #074567. Grayscale: #C8C8C8. Windows color (decimal): -476520 or 10009336. OLE color: 10009336.
HSL color Cylindrical-coordinate representation of color #F8BA98: hue angle of 21.25º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8BA98 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 152 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.03 |
| HSL | 21.25º | 0.87% | 0.78% | - |
| HSV(B) | 21.25º | 0.39% | 0.97% | - |
| XYZ | 61.94 | 57.34 | 37.51 | - |
| YUV | 200.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 152 | 0 | 0.25 | 0.39 | 0.03 | 21.25 | 0.87 | 0.78 |
| Hex | F8 | BA | 98 | 0 | 19 | 27 | 3 | 15 | 57 | 4E |
| Octal | 370 | 272 | 230 | 0 | 31 | 47 | 3 | 25 | 127 | 116 |
| Binary | 11111000 | 10111010 | 10011000 | 0 | 11001 | 100111 | 11 | 10101 | 1010111 | 1001110 |
Color Harmonies of #F8BA98
Complementary color
Monochromatic Colors of #F8BA98
Black with #F8BA98
Text Example
Text Example
White with #F8BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA98; }
p { color: rgb(248,186,152); }
H1.HeaderClassName
{
color: #F8BA98;
}
.AnyTagClassName
{
color: #F8BA98;
}
</style>
background-color css
<style>
a { background-color: #F8BA98; }
a { background-color: rgb(248,186,152); }
div.DivClassName
{
background-color: #F8BA98;
}
.BgClassName
{
background-color: #F8BA98;
}
</style>
border-color css
<style>
span { border-color: #F8BA98; }
span { border-color: rgb(248,186,152); }
td.TdClassName
{
border-color: #F8BA98;
}
.TagClassName
{
border-color: #F8BA98;
}
</style>