Shades of Mandys Pink #F4B18D
Tints of Mandys Pink #F4B18D
RGB
CMYK
RGB Variations
Color information
#F4B18D (or 0xF4B18D) is known color: Mandys Pink. HEX triplet: F4, B1 and 8D. RGB value is (244,177,141). Sum of RGB (Red+Green+Blue) = 244+177+141=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B18D is #0B4E72. Grayscale: #C1C1C1. Windows color (decimal): -740979 or 9286132. OLE color: 9286132.
HSL color Cylindrical-coordinate representation of color #F4B18D: hue angle of 20.97º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4B18D is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 141 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.04 |
| HSL | 20.97º | 0.82% | 0.75% | - |
| HSV(B) | 20.97º | 0.42% | 0.96% | - |
| XYZ | 57.84 | 52.6 | 32.3 | - |
| YUV | 192.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 141 | 0 | 0.27 | 0.42 | 0.04 | 20.97 | 0.82 | 0.75 |
| Hex | F4 | B1 | 8D | 0 | 1B | 2A | 4 | 15 | 52 | 4B |
| Octal | 364 | 261 | 215 | 0 | 33 | 52 | 4 | 25 | 122 | 113 |
| Binary | 11110100 | 10110001 | 10001101 | 0 | 11011 | 101010 | 100 | 10101 | 1010010 | 1001011 |
Color Harmonies of #F4B18D
Complementary color
Monochromatic Colors of #F4B18D
Black with #F4B18D
Text Example
Text Example
White with #F4B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B18D; }
p { color: rgb(244,177,141); }
H1.HeaderClassName
{
color: #F4B18D;
}
.AnyTagClassName
{
color: #F4B18D;
}
</style>
background-color css
<style>
a { background-color: #F4B18D; }
a { background-color: rgb(244,177,141); }
div.DivClassName
{
background-color: #F4B18D;
}
.BgClassName
{
background-color: #F4B18D;
}
</style>
border-color css
<style>
span { border-color: #F4B18D; }
span { border-color: rgb(244,177,141); }
td.TdClassName
{
border-color: #F4B18D;
}
.TagClassName
{
border-color: #F4B18D;
}
</style>