Shades of Mandys Pink #F8BE8D
Tints of Mandys Pink #F8BE8D
RGB
CMYK
RGB Variations
Color information
#F8BE8D (or 0xF8BE8D) is known color: Mandys Pink. HEX triplet: F8, BE and 8D. RGB value is (248,190,141). Sum of RGB (Red+Green+Blue) = 248+190+141=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BE8D is #074172. Grayscale: #CACACA. Windows color (decimal): -475507 or 9289464. OLE color: 9289464.
HSL color Cylindrical-coordinate representation of color #F8BE8D: hue angle of 27.48º 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 #F8BE8D is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 141 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.03 |
| HSL | 27.48º | 0.88% | 0.76% | - |
| HSV(B) | 27.48º | 0.43% | 0.97% | - |
| XYZ | 61.93 | 58.71 | 33.27 | - |
| YUV | 201.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 141 | 0 | 0.23 | 0.43 | 0.03 | 27.48 | 0.88 | 0.76 |
| Hex | F8 | BE | 8D | 0 | 17 | 2B | 3 | 1B | 58 | 4C |
| Octal | 370 | 276 | 215 | 0 | 27 | 53 | 3 | 33 | 130 | 114 |
| Binary | 11111000 | 10111110 | 10001101 | 0 | 10111 | 101011 | 11 | 11011 | 1011000 | 1001100 |
Color Harmonies of #F8BE8D
Complementary color
Monochromatic Colors of #F8BE8D
Black with #F8BE8D
Text Example
Text Example
White with #F8BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BE8D; }
p { color: rgb(248,190,141); }
H1.HeaderClassName
{
color: #F8BE8D;
}
.AnyTagClassName
{
color: #F8BE8D;
}
</style>
background-color css
<style>
a { background-color: #F8BE8D; }
a { background-color: rgb(248,190,141); }
div.DivClassName
{
background-color: #F8BE8D;
}
.BgClassName
{
background-color: #F8BE8D;
}
</style>
border-color css
<style>
span { border-color: #F8BE8D; }
span { border-color: rgb(248,190,141); }
td.TdClassName
{
border-color: #F8BE8D;
}
.TagClassName
{
border-color: #F8BE8D;
}
</style>