Shades of Melon #FFBFAA
Tints of Melon #FFBFAA
RGB
CMYK
RGB Variations
Color information
#FFBFAA (or 0xFFBFAA) is known color: Melon. HEX triplet: FF, BF and AA. RGB value is (255,191,170). Sum of RGB (Red+Green+Blue) = 255+191+170=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFAA is #004055. Grayscale: #CFCFCF. Windows color (decimal): -16470 or 11190271. OLE color: 11190271.
HSL color Cylindrical-coordinate representation of color #FFBFAA: hue angle of 14.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFBFAA is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 170 | - |
| CMYK | 0 | 0.25 | 0.33 | 0 |
| HSL | 14.82º | 1% | 0.83% | - |
| HSV(B) | 14.82º | 0.33% | 1% | - |
| XYZ | 67.13 | 61.42 | 46.35 | - |
| YUV | 207.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 170 | 0 | 0.25 | 0.33 | 0 | 14.82 | 1 | 0.83 |
| Hex | FF | BF | AA | 0 | 19 | 21 | 0 | F | 64 | 53 |
| Octal | 377 | 277 | 252 | 0 | 31 | 41 | 0 | 17 | 144 | 123 |
| Binary | 11111111 | 10111111 | 10101010 | 0 | 11001 | 100001 | 0 | 1111 | 1100100 | 1010011 |
Color Harmonies of #FFBFAA
Complementary color
Monochromatic Colors of #FFBFAA
Black with #FFBFAA
Text Example
Text Example
White with #FFBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFAA; }
p { color: rgb(255,191,170); }
H1.HeaderClassName
{
color: #FFBFAA;
}
.AnyTagClassName
{
color: #FFBFAA;
}
</style>
background-color css
<style>
a { background-color: #FFBFAA; }
a { background-color: rgb(255,191,170); }
div.DivClassName
{
background-color: #FFBFAA;
}
.BgClassName
{
background-color: #FFBFAA;
}
</style>
border-color css
<style>
span { border-color: #FFBFAA; }
span { border-color: rgb(255,191,170); }
td.TdClassName
{
border-color: #FFBFAA;
}
.TagClassName
{
border-color: #FFBFAA;
}
</style>