Shades of Mandys Pink #F8BA8D
Tints of Mandys Pink #F8BA8D
RGB
CMYK
RGB Variations
Color information
#F8BA8D (or 0xF8BA8D) is known color: Mandys Pink. HEX triplet: F8, BA and 8D. RGB value is (248,186,141). Sum of RGB (Red+Green+Blue) = 248+186+141=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA8D is #074572. Grayscale: #C7C7C7. Windows color (decimal): -476531 or 9288440. OLE color: 9288440.
HSL color Cylindrical-coordinate representation of color #F8BA8D: hue angle of 25.23º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8BA8D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 141 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.03 |
| HSL | 25.23º | 0.88% | 0.76% | - |
| HSV(B) | 25.23º | 0.43% | 0.97% | - |
| XYZ | 61.08 | 57 | 32.98 | - |
| YUV | 199.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 141 | 0 | 0.25 | 0.43 | 0.03 | 25.23 | 0.88 | 0.76 |
| Hex | F8 | BA | 8D | 0 | 19 | 2B | 3 | 19 | 58 | 4C |
| Octal | 370 | 272 | 215 | 0 | 31 | 53 | 3 | 31 | 130 | 114 |
| Binary | 11111000 | 10111010 | 10001101 | 0 | 11001 | 101011 | 11 | 11001 | 1011000 | 1001100 |
Color Harmonies of #F8BA8D
Complementary color
Monochromatic Colors of #F8BA8D
Black with #F8BA8D
Text Example
Text Example
White with #F8BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA8D; }
p { color: rgb(248,186,141); }
H1.HeaderClassName
{
color: #F8BA8D;
}
.AnyTagClassName
{
color: #F8BA8D;
}
</style>
background-color css
<style>
a { background-color: #F8BA8D; }
a { background-color: rgb(248,186,141); }
div.DivClassName
{
background-color: #F8BA8D;
}
.BgClassName
{
background-color: #F8BA8D;
}
</style>
border-color css
<style>
span { border-color: #F8BA8D; }
span { border-color: rgb(248,186,141); }
td.TdClassName
{
border-color: #F8BA8D;
}
.TagClassName
{
border-color: #F8BA8D;
}
</style>