Shades of Mandys Pink #F8BA9B
Tints of Mandys Pink #F8BA9B
RGB
CMYK
RGB Variations
Color information
#F8BA9B (or 0xF8BA9B) is known color: Mandys Pink. HEX triplet: F8, BA and 9B. RGB value is (248,186,155). Sum of RGB (Red+Green+Blue) = 248+186+155=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA9B is #074564. Grayscale: #C9C9C9. Windows color (decimal): -476517 or 10205944. OLE color: 10205944.
HSL color Cylindrical-coordinate representation of color #F8BA9B: hue angle of 20º 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 #F8BA9B is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 155 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.03 |
| HSL | 20º | 0.87% | 0.79% | - |
| HSV(B) | 20º | 0.38% | 0.97% | - |
| XYZ | 62.19 | 57.44 | 38.82 | - |
| YUV | 201 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 155 | 0 | 0.25 | 0.38 | 0.03 | 20 | 0.87 | 0.79 |
| Hex | F8 | BA | 9B | 0 | 19 | 26 | 3 | 14 | 57 | 4F |
| Octal | 370 | 272 | 233 | 0 | 31 | 46 | 3 | 24 | 127 | 117 |
| Binary | 11111000 | 10111010 | 10011011 | 0 | 11001 | 100110 | 11 | 10100 | 1010111 | 1001111 |
Color Harmonies of #F8BA9B
Complementary color
Monochromatic Colors of #F8BA9B
Black with #F8BA9B
Text Example
Text Example
White with #F8BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA9B; }
p { color: rgb(248,186,155); }
H1.HeaderClassName
{
color: #F8BA9B;
}
.AnyTagClassName
{
color: #F8BA9B;
}
</style>
background-color css
<style>
a { background-color: #F8BA9B; }
a { background-color: rgb(248,186,155); }
div.DivClassName
{
background-color: #F8BA9B;
}
.BgClassName
{
background-color: #F8BA9B;
}
</style>
border-color css
<style>
span { border-color: #F8BA9B; }
span { border-color: rgb(248,186,155); }
td.TdClassName
{
border-color: #F8BA9B;
}
.TagClassName
{
border-color: #F8BA9B;
}
</style>