Shades of Mandys Pink #F0B89A
Tints of Mandys Pink #F0B89A
RGB
CMYK
RGB Variations
Color information
#F0B89A (or 0xF0B89A) is known color: Mandys Pink. HEX triplet: F0, B8 and 9A. RGB value is (240,184,154). Sum of RGB (Red+Green+Blue) = 240+184+154=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B89A is #0F4765. Grayscale: #C5C5C5. Windows color (decimal): -1001318 or 10139888. OLE color: 10139888.
HSL color Cylindrical-coordinate representation of color #F0B89A: hue angle of 20.93º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0B89A is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 154 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.06 |
| HSL | 20.93º | 0.74% | 0.77% | - |
| HSV(B) | 20.93º | 0.36% | 0.94% | - |
| XYZ | 58.91 | 55.14 | 38.11 | - |
| YUV | 197.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 154 | 0 | 0.23 | 0.36 | 0.06 | 20.93 | 0.74 | 0.77 |
| Hex | F0 | B8 | 9A | 0 | 17 | 24 | 6 | 15 | 4A | 4D |
| Octal | 360 | 270 | 232 | 0 | 27 | 44 | 6 | 25 | 112 | 115 |
| Binary | 11110000 | 10111000 | 10011010 | 0 | 10111 | 100100 | 110 | 10101 | 1001010 | 1001101 |
Color Harmonies of #F0B89A
Complementary color
Monochromatic Colors of #F0B89A
Black with #F0B89A
Text Example
Text Example
White with #F0B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B89A; }
p { color: rgb(240,184,154); }
H1.HeaderClassName
{
color: #F0B89A;
}
.AnyTagClassName
{
color: #F0B89A;
}
</style>
background-color css
<style>
a { background-color: #F0B89A; }
a { background-color: rgb(240,184,154); }
div.DivClassName
{
background-color: #F0B89A;
}
.BgClassName
{
background-color: #F0B89A;
}
</style>
border-color css
<style>
span { border-color: #F0B89A; }
span { border-color: rgb(240,184,154); }
td.TdClassName
{
border-color: #F0B89A;
}
.TagClassName
{
border-color: #F0B89A;
}
</style>