Shades of Mandys Pink #F0B68D
Tints of Mandys Pink #F0B68D
RGB
CMYK
RGB Variations
Color information
#F0B68D (or 0xF0B68D) is known color: Mandys Pink. HEX triplet: F0, B6 and 8D. RGB value is (240,182,141). Sum of RGB (Red+Green+Blue) = 240+182+141=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B68D is #0F4972. Grayscale: #C2C2C2. Windows color (decimal): -1001843 or 9287408. OLE color: 9287408.
HSL color Cylindrical-coordinate representation of color #F0B68D: hue angle of 24.85º 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 #F0B68D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 141 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.06 |
| HSL | 24.85º | 0.77% | 0.75% | - |
| HSV(B) | 24.85º | 0.41% | 0.94% | - |
| XYZ | 57.47 | 53.9 | 32.57 | - |
| YUV | 194.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 141 | 0 | 0.24 | 0.41 | 0.06 | 24.85 | 0.77 | 0.75 |
| Hex | F0 | B6 | 8D | 0 | 18 | 29 | 6 | 19 | 4D | 4B |
| Octal | 360 | 266 | 215 | 0 | 30 | 51 | 6 | 31 | 115 | 113 |
| Binary | 11110000 | 10110110 | 10001101 | 0 | 11000 | 101001 | 110 | 11001 | 1001101 | 1001011 |
Color Harmonies of #F0B68D
Complementary color
Monochromatic Colors of #F0B68D
Black with #F0B68D
Text Example
Text Example
White with #F0B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B68D; }
p { color: rgb(240,182,141); }
H1.HeaderClassName
{
color: #F0B68D;
}
.AnyTagClassName
{
color: #F0B68D;
}
</style>
background-color css
<style>
a { background-color: #F0B68D; }
a { background-color: rgb(240,182,141); }
div.DivClassName
{
background-color: #F0B68D;
}
.BgClassName
{
background-color: #F0B68D;
}
</style>
border-color css
<style>
span { border-color: #F0B68D; }
span { border-color: rgb(240,182,141); }
td.TdClassName
{
border-color: #F0B68D;
}
.TagClassName
{
border-color: #F0B68D;
}
</style>