Shades of Melon #F4BFB2
Tints of Melon #F4BFB2
RGB
CMYK
RGB Variations
Color information
#F4BFB2 (or 0xF4BFB2) is known color: Melon. HEX triplet: F4, BF and B2. RGB value is (244,191,178). Sum of RGB (Red+Green+Blue) = 244+191+178=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BFB2 is #0B404D. Grayscale: #CDCDCD. Windows color (decimal): -737358 or 11714548. OLE color: 11714548.
HSL color Cylindrical-coordinate representation of color #F4BFB2: hue angle of 11.82º 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 #F4BFB2 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 178 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.04 |
| HSL | 11.82º | 0.75% | 0.83% | - |
| HSV(B) | 11.82º | 0.27% | 0.96% | - |
| XYZ | 63.97 | 59.71 | 50.27 | - |
| YUV | 205.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 178 | 0 | 0.22 | 0.27 | 0.04 | 11.82 | 0.75 | 0.83 |
| Hex | F4 | BF | B2 | 0 | 16 | 1B | 4 | C | 4B | 53 |
| Octal | 364 | 277 | 262 | 0 | 26 | 33 | 4 | 14 | 113 | 123 |
| Binary | 11110100 | 10111111 | 10110010 | 0 | 10110 | 11011 | 100 | 1100 | 1001011 | 1010011 |
Color Harmonies of #F4BFB2
Complementary color
Monochromatic Colors of #F4BFB2
Black with #F4BFB2
Text Example
Text Example
White with #F4BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFB2; }
p { color: rgb(244,191,178); }
H1.HeaderClassName
{
color: #F4BFB2;
}
.AnyTagClassName
{
color: #F4BFB2;
}
</style>
background-color css
<style>
a { background-color: #F4BFB2; }
a { background-color: rgb(244,191,178); }
div.DivClassName
{
background-color: #F4BFB2;
}
.BgClassName
{
background-color: #F4BFB2;
}
</style>
border-color css
<style>
span { border-color: #F4BFB2; }
span { border-color: rgb(244,191,178); }
td.TdClassName
{
border-color: #F4BFB2;
}
.TagClassName
{
border-color: #F4BFB2;
}
</style>