Shades of Mandys Pink #F8BD8E
Tints of Mandys Pink #F8BD8E
RGB
CMYK
RGB Variations
Color information
#F8BD8E (or 0xF8BD8E) is known color: Mandys Pink. HEX triplet: F8, BD and 8E. RGB value is (248,189,142). Sum of RGB (Red+Green+Blue) = 248+189+142=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BD8E is #074271. Grayscale: #C9C9C9. Windows color (decimal): -475762 or 9354744. OLE color: 9354744.
HSL color Cylindrical-coordinate representation of color #F8BD8E: hue angle of 26.6º 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 #F8BD8E is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 142 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.03 |
| HSL | 26.6º | 0.88% | 0.76% | - |
| HSV(B) | 26.6º | 0.43% | 0.97% | - |
| XYZ | 61.79 | 58.3 | 33.59 | - |
| YUV | 201.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 142 | 0 | 0.24 | 0.43 | 0.03 | 26.6 | 0.88 | 0.76 |
| Hex | F8 | BD | 8E | 0 | 18 | 2B | 3 | 1B | 58 | 4C |
| Octal | 370 | 275 | 216 | 0 | 30 | 53 | 3 | 33 | 130 | 114 |
| Binary | 11111000 | 10111101 | 10001110 | 0 | 11000 | 101011 | 11 | 11011 | 1011000 | 1001100 |
Color Harmonies of #F8BD8E
Complementary color
Monochromatic Colors of #F8BD8E
Black with #F8BD8E
Text Example
Text Example
White with #F8BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BD8E; }
p { color: rgb(248,189,142); }
H1.HeaderClassName
{
color: #F8BD8E;
}
.AnyTagClassName
{
color: #F8BD8E;
}
</style>
background-color css
<style>
a { background-color: #F8BD8E; }
a { background-color: rgb(248,189,142); }
div.DivClassName
{
background-color: #F8BD8E;
}
.BgClassName
{
background-color: #F8BD8E;
}
</style>
border-color css
<style>
span { border-color: #F8BD8E; }
span { border-color: rgb(248,189,142); }
td.TdClassName
{
border-color: #F8BD8E;
}
.TagClassName
{
border-color: #F8BD8E;
}
</style>