Shades of Mandys Pink #F0B594
Tints of Mandys Pink #F0B594
RGB
CMYK
RGB Variations
Color information
#F0B594 (or 0xF0B594) is known color: Mandys Pink. HEX triplet: F0, B5 and 94. RGB value is (240,181,148). Sum of RGB (Red+Green+Blue) = 240+181+148=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B594 is #0F4A6B. Grayscale: #C3C3C3. Windows color (decimal): -1002092 or 9745904. OLE color: 9745904.
HSL color Cylindrical-coordinate representation of color #F0B594: hue angle of 21.52º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0B594 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 148 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.06 |
| HSL | 21.52º | 0.75% | 0.76% | - |
| HSV(B) | 21.52º | 0.38% | 0.94% | - |
| XYZ | 57.8 | 53.71 | 35.34 | - |
| YUV | 194.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 148 | 0 | 0.25 | 0.38 | 0.06 | 21.52 | 0.75 | 0.76 |
| Hex | F0 | B5 | 94 | 0 | 19 | 26 | 6 | 16 | 4B | 4C |
| Octal | 360 | 265 | 224 | 0 | 31 | 46 | 6 | 26 | 113 | 114 |
| Binary | 11110000 | 10110101 | 10010100 | 0 | 11001 | 100110 | 110 | 10110 | 1001011 | 1001100 |
Color Harmonies of #F0B594
Complementary color
Monochromatic Colors of #F0B594
Black with #F0B594
Text Example
Text Example
White with #F0B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B594; }
p { color: rgb(240,181,148); }
H1.HeaderClassName
{
color: #F0B594;
}
.AnyTagClassName
{
color: #F0B594;
}
</style>
background-color css
<style>
a { background-color: #F0B594; }
a { background-color: rgb(240,181,148); }
div.DivClassName
{
background-color: #F0B594;
}
.BgClassName
{
background-color: #F0B594;
}
</style>
border-color css
<style>
span { border-color: #F0B594; }
span { border-color: rgb(240,181,148); }
td.TdClassName
{
border-color: #F0B594;
}
.TagClassName
{
border-color: #F0B594;
}
</style>