Shades of Melon #FFBFAF
Tints of Melon #FFBFAF
RGB
CMYK
RGB Variations
Color information
#FFBFAF (or 0xFFBFAF) is known color: Melon. HEX triplet: FF, BF and AF. RGB value is (255,191,175). Sum of RGB (Red+Green+Blue) = 255+191+175=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFAF is #004050. Grayscale: #D0D0D0. Windows color (decimal): -16465 or 11517951. OLE color: 11517951.
HSL color Cylindrical-coordinate representation of color #FFBFAF: hue angle of 12º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFBFAF is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 175 | - |
| CMYK | 0 | 0.25 | 0.31 | 0 |
| HSL | 12º | 1% | 0.84% | - |
| HSV(B) | 12º | 0.31% | 1% | - |
| XYZ | 67.61 | 61.62 | 48.89 | - |
| YUV | 208.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 175 | 0 | 0.25 | 0.31 | 0 | 12 | 1 | 0.84 |
| Hex | FF | BF | AF | 0 | 19 | 1F | 0 | C | 64 | 54 |
| Octal | 377 | 277 | 257 | 0 | 31 | 37 | 0 | 14 | 144 | 124 |
| Binary | 11111111 | 10111111 | 10101111 | 0 | 11001 | 11111 | 0 | 1100 | 1100100 | 1010100 |
Color Harmonies of #FFBFAF
Complementary color
Monochromatic Colors of #FFBFAF
Black with #FFBFAF
Text Example
Text Example
White with #FFBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFAF; }
p { color: rgb(255,191,175); }
H1.HeaderClassName
{
color: #FFBFAF;
}
.AnyTagClassName
{
color: #FFBFAF;
}
</style>
background-color css
<style>
a { background-color: #FFBFAF; }
a { background-color: rgb(255,191,175); }
div.DivClassName
{
background-color: #FFBFAF;
}
.BgClassName
{
background-color: #FFBFAF;
}
</style>
border-color css
<style>
span { border-color: #FFBFAF; }
span { border-color: rgb(255,191,175); }
td.TdClassName
{
border-color: #FFBFAF;
}
.TagClassName
{
border-color: #FFBFAF;
}
</style>