Shades of Mandys Pink #F0B08D
Tints of Mandys Pink #F0B08D
RGB
CMYK
RGB Variations
Color information
#F0B08D (or 0xF0B08D) is known color: Mandys Pink. HEX triplet: F0, B0 and 8D. RGB value is (240,176,141). Sum of RGB (Red+Green+Blue) = 240+176+141=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B08D is #0F4F72. Grayscale: #BFBFBF. Windows color (decimal): -1003379 or 9285872. OLE color: 9285872.
HSL color Cylindrical-coordinate representation of color #F0B08D: hue angle of 21.21º 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 #F0B08D is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 141 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.06 |
| HSL | 21.21º | 0.77% | 0.75% | - |
| HSV(B) | 21.21º | 0.41% | 0.94% | - |
| XYZ | 56.27 | 51.5 | 32.17 | - |
| YUV | 191.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 141 | 0 | 0.27 | 0.41 | 0.06 | 21.21 | 0.77 | 0.75 |
| Hex | F0 | B0 | 8D | 0 | 1B | 29 | 6 | 15 | 4D | 4B |
| Octal | 360 | 260 | 215 | 0 | 33 | 51 | 6 | 25 | 115 | 113 |
| Binary | 11110000 | 10110000 | 10001101 | 0 | 11011 | 101001 | 110 | 10101 | 1001101 | 1001011 |
Color Harmonies of #F0B08D
Complementary color
Monochromatic Colors of #F0B08D
Black with #F0B08D
Text Example
Text Example
White with #F0B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B08D; }
p { color: rgb(240,176,141); }
H1.HeaderClassName
{
color: #F0B08D;
}
.AnyTagClassName
{
color: #F0B08D;
}
</style>
background-color css
<style>
a { background-color: #F0B08D; }
a { background-color: rgb(240,176,141); }
div.DivClassName
{
background-color: #F0B08D;
}
.BgClassName
{
background-color: #F0B08D;
}
</style>
border-color css
<style>
span { border-color: #F0B08D; }
span { border-color: rgb(240,176,141); }
td.TdClassName
{
border-color: #F0B08D;
}
.TagClassName
{
border-color: #F0B08D;
}
</style>