Shades of Mandys Pink #F8B78D
Tints of Mandys Pink #F8B78D
RGB
CMYK
RGB Variations
Color information
#F8B78D (or 0xF8B78D) is known color: Mandys Pink. HEX triplet: F8, B7 and 8D. RGB value is (248,183,141). Sum of RGB (Red+Green+Blue) = 248+183+141=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8B78D is #074872. Grayscale: #C5C5C5. Windows color (decimal): -477299 or 9287672. OLE color: 9287672.
HSL color Cylindrical-coordinate representation of color #F8B78D: hue angle of 23.55º 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 #F8B78D is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 141 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.03 |
| HSL | 23.55º | 0.88% | 0.76% | - |
| HSV(B) | 23.55º | 0.43% | 0.97% | - |
| XYZ | 60.45 | 55.75 | 32.77 | - |
| YUV | 197.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 141 | 0 | 0.26 | 0.43 | 0.03 | 23.55 | 0.88 | 0.76 |
| Hex | F8 | B7 | 8D | 0 | 1A | 2B | 3 | 18 | 58 | 4C |
| Octal | 370 | 267 | 215 | 0 | 32 | 53 | 3 | 30 | 130 | 114 |
| Binary | 11111000 | 10110111 | 10001101 | 0 | 11010 | 101011 | 11 | 11000 | 1011000 | 1001100 |
Color Harmonies of #F8B78D
Complementary color
Monochromatic Colors of #F8B78D
Black with #F8B78D
Text Example
Text Example
White with #F8B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B78D; }
p { color: rgb(248,183,141); }
H1.HeaderClassName
{
color: #F8B78D;
}
.AnyTagClassName
{
color: #F8B78D;
}
</style>
background-color css
<style>
a { background-color: #F8B78D; }
a { background-color: rgb(248,183,141); }
div.DivClassName
{
background-color: #F8B78D;
}
.BgClassName
{
background-color: #F8B78D;
}
</style>
border-color css
<style>
span { border-color: #F8B78D; }
span { border-color: rgb(248,183,141); }
td.TdClassName
{
border-color: #F8B78D;
}
.TagClassName
{
border-color: #F8B78D;
}
</style>