Shades of Melon #F8BDB1
Tints of Melon #F8BDB1
RGB
CMYK
RGB Variations
Color information
#F8BDB1 (or 0xF8BDB1) is known color: Melon. HEX triplet: F8, BD and B1. RGB value is (248,189,177). Sum of RGB (Red+Green+Blue) = 248+189+177=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BDB1 is #07424E. Grayscale: #CDCDCD. Windows color (decimal): -475727 or 11648504. OLE color: 11648504.
HSL color Cylindrical-coordinate representation of color #F8BDB1: hue angle of 10.14º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8BDB1 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 177 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.03 |
| HSL | 10.14º | 0.84% | 0.83% | - |
| HSV(B) | 10.14º | 0.29% | 0.97% | - |
| XYZ | 64.84 | 59.53 | 49.67 | - |
| YUV | 205.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 177 | 0 | 0.24 | 0.29 | 0.03 | 10.14 | 0.84 | 0.83 |
| Hex | F8 | BD | B1 | 0 | 18 | 1D | 3 | A | 54 | 53 |
| Octal | 370 | 275 | 261 | 0 | 30 | 35 | 3 | 12 | 124 | 123 |
| Binary | 11111000 | 10111101 | 10110001 | 0 | 11000 | 11101 | 11 | 1010 | 1010100 | 1010011 |
Color Harmonies of #F8BDB1
Complementary color
Monochromatic Colors of #F8BDB1
Black with #F8BDB1
Text Example
Text Example
White with #F8BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDB1; }
p { color: rgb(248,189,177); }
H1.HeaderClassName
{
color: #F8BDB1;
}
.AnyTagClassName
{
color: #F8BDB1;
}
</style>
background-color css
<style>
a { background-color: #F8BDB1; }
a { background-color: rgb(248,189,177); }
div.DivClassName
{
background-color: #F8BDB1;
}
.BgClassName
{
background-color: #F8BDB1;
}
</style>
border-color css
<style>
span { border-color: #F8BDB1; }
span { border-color: rgb(248,189,177); }
td.TdClassName
{
border-color: #F8BDB1;
}
.TagClassName
{
border-color: #F8BDB1;
}
</style>