Shades of Melon #F8BCB2
Tints of Melon #F8BCB2
RGB
CMYK
RGB Variations
Color information
#F8BCB2 (or 0xF8BCB2) is known color: Melon. HEX triplet: F8, BC and B2. RGB value is (248,188,178). Sum of RGB (Red+Green+Blue) = 248+188+178=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BCB2 is #07434D. Grayscale: #CCCCCC. Windows color (decimal): -475982 or 11713784. OLE color: 11713784.
HSL color Cylindrical-coordinate representation of color #F8BCB2: hue angle of 8.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8BCB2 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 178 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.03 |
| HSL | 8.57º | 0.83% | 0.84% | - |
| HSV(B) | 8.57º | 0.28% | 0.97% | - |
| XYZ | 64.73 | 59.14 | 50.12 | - |
| YUV | 204.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 178 | 0 | 0.24 | 0.28 | 0.03 | 8.57 | 0.83 | 0.84 |
| Hex | F8 | BC | B2 | 0 | 18 | 1C | 3 | 9 | 53 | 54 |
| Octal | 370 | 274 | 262 | 0 | 30 | 34 | 3 | 11 | 123 | 124 |
| Binary | 11111000 | 10111100 | 10110010 | 0 | 11000 | 11100 | 11 | 1001 | 1010011 | 1010100 |
Color Harmonies of #F8BCB2
Complementary color
Monochromatic Colors of #F8BCB2
Black with #F8BCB2
Text Example
Text Example
White with #F8BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCB2; }
p { color: rgb(248,188,178); }
H1.HeaderClassName
{
color: #F8BCB2;
}
.AnyTagClassName
{
color: #F8BCB2;
}
</style>
background-color css
<style>
a { background-color: #F8BCB2; }
a { background-color: rgb(248,188,178); }
div.DivClassName
{
background-color: #F8BCB2;
}
.BgClassName
{
background-color: #F8BCB2;
}
</style>
border-color css
<style>
span { border-color: #F8BCB2; }
span { border-color: rgb(248,188,178); }
td.TdClassName
{
border-color: #F8BCB2;
}
.TagClassName
{
border-color: #F8BCB2;
}
</style>