Shades of Mandys Pink #F8BB9D
Tints of Mandys Pink #F8BB9D
RGB
CMYK
RGB Variations
Color information
#F8BB9D (or 0xF8BB9D) is known color: Mandys Pink. HEX triplet: F8, BB and 9D. RGB value is (248,187,157). Sum of RGB (Red+Green+Blue) = 248+187+157=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BB9D is #074462. Grayscale: #CACACA. Windows color (decimal): -476259 or 10337272. OLE color: 10337272.
HSL color Cylindrical-coordinate representation of color #F8BB9D: hue angle of 19.78º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8BB9D is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 157 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.03 |
| HSL | 19.78º | 0.87% | 0.79% | - |
| HSV(B) | 19.78º | 0.37% | 0.97% | - |
| XYZ | 62.57 | 57.93 | 39.78 | - |
| YUV | 201.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 157 | 0 | 0.25 | 0.37 | 0.03 | 19.78 | 0.87 | 0.79 |
| Hex | F8 | BB | 9D | 0 | 19 | 25 | 3 | 14 | 57 | 4F |
| Octal | 370 | 273 | 235 | 0 | 31 | 45 | 3 | 24 | 127 | 117 |
| Binary | 11111000 | 10111011 | 10011101 | 0 | 11001 | 100101 | 11 | 10100 | 1010111 | 1001111 |
Color Harmonies of #F8BB9D
Complementary color
Monochromatic Colors of #F8BB9D
Black with #F8BB9D
Text Example
Text Example
White with #F8BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BB9D; }
p { color: rgb(248,187,157); }
H1.HeaderClassName
{
color: #F8BB9D;
}
.AnyTagClassName
{
color: #F8BB9D;
}
</style>
background-color css
<style>
a { background-color: #F8BB9D; }
a { background-color: rgb(248,187,157); }
div.DivClassName
{
background-color: #F8BB9D;
}
.BgClassName
{
background-color: #F8BB9D;
}
</style>
border-color css
<style>
span { border-color: #F8BB9D; }
span { border-color: rgb(248,187,157); }
td.TdClassName
{
border-color: #F8BB9D;
}
.TagClassName
{
border-color: #F8BB9D;
}
</style>