Shades of Mandys Pink #F0B78D
Tints of Mandys Pink #F0B78D
RGB
CMYK
RGB Variations
Color information
#F0B78D (or 0xF0B78D) is known color: Mandys Pink. HEX triplet: F0, B7 and 8D. RGB value is (240,183,141). Sum of RGB (Red+Green+Blue) = 240+183+141=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B78D is #0F4872. Grayscale: #C3C3C3. Windows color (decimal): -1001587 or 9287664. OLE color: 9287664.
HSL color Cylindrical-coordinate representation of color #F0B78D: hue angle of 25.45º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0B78D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 141 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.06 |
| HSL | 25.45º | 0.77% | 0.75% | - |
| HSV(B) | 25.45º | 0.41% | 0.94% | - |
| XYZ | 57.68 | 54.32 | 32.64 | - |
| YUV | 195.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 141 | 0 | 0.24 | 0.41 | 0.06 | 25.45 | 0.77 | 0.75 |
| Hex | F0 | B7 | 8D | 0 | 18 | 29 | 6 | 19 | 4D | 4B |
| Octal | 360 | 267 | 215 | 0 | 30 | 51 | 6 | 31 | 115 | 113 |
| Binary | 11110000 | 10110111 | 10001101 | 0 | 11000 | 101001 | 110 | 11001 | 1001101 | 1001011 |
Color Harmonies of #F0B78D
Complementary color
Monochromatic Colors of #F0B78D
Black with #F0B78D
Text Example
Text Example
White with #F0B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B78D; }
p { color: rgb(240,183,141); }
H1.HeaderClassName
{
color: #F0B78D;
}
.AnyTagClassName
{
color: #F0B78D;
}
</style>
background-color css
<style>
a { background-color: #F0B78D; }
a { background-color: rgb(240,183,141); }
div.DivClassName
{
background-color: #F0B78D;
}
.BgClassName
{
background-color: #F0B78D;
}
</style>
border-color css
<style>
span { border-color: #F0B78D; }
span { border-color: rgb(240,183,141); }
td.TdClassName
{
border-color: #F0B78D;
}
.TagClassName
{
border-color: #F0B78D;
}
</style>