Shades of Melon #F4BFB1
Tints of Melon #F4BFB1
RGB
CMYK
RGB Variations
Color information
#F4BFB1 (or 0xF4BFB1) is known color: Melon. HEX triplet: F4, BF and B1. RGB value is (244,191,177). Sum of RGB (Red+Green+Blue) = 244+191+177=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BFB1 is #0B404E. Grayscale: #CDCDCD. Windows color (decimal): -737359 or 11649012. OLE color: 11649012.
HSL color Cylindrical-coordinate representation of color #F4BFB1: hue angle of 12.54º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4BFB1 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 177 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.04 |
| HSL | 12.54º | 0.75% | 0.83% | - |
| HSV(B) | 12.54º | 0.27% | 0.96% | - |
| XYZ | 63.87 | 59.67 | 49.75 | - |
| YUV | 205.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 177 | 0 | 0.22 | 0.27 | 0.04 | 12.54 | 0.75 | 0.83 |
| Hex | F4 | BF | B1 | 0 | 16 | 1B | 4 | D | 4B | 53 |
| Octal | 364 | 277 | 261 | 0 | 26 | 33 | 4 | 15 | 113 | 123 |
| Binary | 11110100 | 10111111 | 10110001 | 0 | 10110 | 11011 | 100 | 1101 | 1001011 | 1010011 |
Color Harmonies of #F4BFB1
Complementary color
Monochromatic Colors of #F4BFB1
Black with #F4BFB1
Text Example
Text Example
White with #F4BFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFB1; }
p { color: rgb(244,191,177); }
H1.HeaderClassName
{
color: #F4BFB1;
}
.AnyTagClassName
{
color: #F4BFB1;
}
</style>
background-color css
<style>
a { background-color: #F4BFB1; }
a { background-color: rgb(244,191,177); }
div.DivClassName
{
background-color: #F4BFB1;
}
.BgClassName
{
background-color: #F4BFB1;
}
</style>
border-color css
<style>
span { border-color: #F4BFB1; }
span { border-color: rgb(244,191,177); }
td.TdClassName
{
border-color: #F4BFB1;
}
.TagClassName
{
border-color: #F4BFB1;
}
</style>