Shades of Mandys Pink #F8B18D
Tints of Mandys Pink #F8B18D
RGB
CMYK
RGB Variations
Color information
#F8B18D (or 0xF8B18D) is known color: Mandys Pink. HEX triplet: F8, B1 and 8D. RGB value is (248,177,141). Sum of RGB (Red+Green+Blue) = 248+177+141=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B18D is #074E72. Grayscale: #C2C2C2. Windows color (decimal): -478835 or 9286136. OLE color: 9286136.
HSL color Cylindrical-coordinate representation of color #F8B18D: hue angle of 20.19º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8B18D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 141 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.03 |
| HSL | 20.19º | 0.88% | 0.76% | - |
| HSV(B) | 20.19º | 0.43% | 0.97% | - |
| XYZ | 59.24 | 53.32 | 32.37 | - |
| YUV | 194.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 141 | 0 | 0.29 | 0.43 | 0.03 | 20.19 | 0.88 | 0.76 |
| Hex | F8 | B1 | 8D | 0 | 1D | 2B | 3 | 14 | 58 | 4C |
| Octal | 370 | 261 | 215 | 0 | 35 | 53 | 3 | 24 | 130 | 114 |
| Binary | 11111000 | 10110001 | 10001101 | 0 | 11101 | 101011 | 11 | 10100 | 1011000 | 1001100 |
Color Harmonies of #F8B18D
Complementary color
Monochromatic Colors of #F8B18D
Black with #F8B18D
Text Example
Text Example
White with #F8B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B18D; }
p { color: rgb(248,177,141); }
H1.HeaderClassName
{
color: #F8B18D;
}
.AnyTagClassName
{
color: #F8B18D;
}
</style>
background-color css
<style>
a { background-color: #F8B18D; }
a { background-color: rgb(248,177,141); }
div.DivClassName
{
background-color: #F8B18D;
}
.BgClassName
{
background-color: #F8B18D;
}
</style>
border-color css
<style>
span { border-color: #F8B18D; }
span { border-color: rgb(248,177,141); }
td.TdClassName
{
border-color: #F8B18D;
}
.TagClassName
{
border-color: #F8B18D;
}
</style>