Shades of Mandys Pink #F8BA93
Tints of Mandys Pink #F8BA93
RGB
CMYK
RGB Variations
Color information
#F8BA93 (or 0xF8BA93) is known color: Mandys Pink. HEX triplet: F8, BA and 93. RGB value is (248,186,147). Sum of RGB (Red+Green+Blue) = 248+186+147=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA93 is #07456C. Grayscale: #C8C8C8. Windows color (decimal): -476525 or 9681656. OLE color: 9681656.
HSL color Cylindrical-coordinate representation of color #F8BA93: hue angle of 23.17º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8BA93 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 147 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.03 |
| HSL | 23.17º | 0.88% | 0.77% | - |
| HSV(B) | 23.17º | 0.41% | 0.97% | - |
| XYZ | 61.54 | 57.18 | 35.4 | - |
| YUV | 200.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 147 | 0 | 0.25 | 0.41 | 0.03 | 23.17 | 0.88 | 0.77 |
| Hex | F8 | BA | 93 | 0 | 19 | 29 | 3 | 17 | 58 | 4D |
| Octal | 370 | 272 | 223 | 0 | 31 | 51 | 3 | 27 | 130 | 115 |
| Binary | 11111000 | 10111010 | 10010011 | 0 | 11001 | 101001 | 11 | 10111 | 1011000 | 1001101 |
Color Harmonies of #F8BA93
Complementary color
Monochromatic Colors of #F8BA93
Black with #F8BA93
Text Example
Text Example
White with #F8BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA93; }
p { color: rgb(248,186,147); }
H1.HeaderClassName
{
color: #F8BA93;
}
.AnyTagClassName
{
color: #F8BA93;
}
</style>
background-color css
<style>
a { background-color: #F8BA93; }
a { background-color: rgb(248,186,147); }
div.DivClassName
{
background-color: #F8BA93;
}
.BgClassName
{
background-color: #F8BA93;
}
</style>
border-color css
<style>
span { border-color: #F8BA93; }
span { border-color: rgb(248,186,147); }
td.TdClassName
{
border-color: #F8BA93;
}
.TagClassName
{
border-color: #F8BA93;
}
</style>