Shades of Melon #FFB7AA
Tints of Melon #FFB7AA
RGB
CMYK
RGB Variations
Color information
#FFB7AA (or 0xFFB7AA) is known color: Melon. HEX triplet: FF, B7 and AA. RGB value is (255,183,170). Sum of RGB (Red+Green+Blue) = 255+183+170=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7AA is #004855. Grayscale: #CBCBCB. Windows color (decimal): -18518 or 11188223. OLE color: 11188223.
HSL color Cylindrical-coordinate representation of color #FFB7AA: hue angle of 9.18º 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 #FFB7AA is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 170 | - |
| CMYK | 0 | 0.28 | 0.33 | 0 |
| HSL | 9.18º | 1% | 0.83% | - |
| HSV(B) | 9.18º | 0.33% | 1% | - |
| XYZ | 65.43 | 58.03 | 45.78 | - |
| YUV | 203.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 170 | 0 | 0.28 | 0.33 | 0 | 9.18 | 1 | 0.83 |
| Hex | FF | B7 | AA | 0 | 1C | 21 | 0 | 9 | 64 | 53 |
| Octal | 377 | 267 | 252 | 0 | 34 | 41 | 0 | 11 | 144 | 123 |
| Binary | 11111111 | 10110111 | 10101010 | 0 | 11100 | 100001 | 0 | 1001 | 1100100 | 1010011 |
Color Harmonies of #FFB7AA
Complementary color
Monochromatic Colors of #FFB7AA
Black with #FFB7AA
Text Example
Text Example
White with #FFB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7AA; }
p { color: rgb(255,183,170); }
H1.HeaderClassName
{
color: #FFB7AA;
}
.AnyTagClassName
{
color: #FFB7AA;
}
</style>
background-color css
<style>
a { background-color: #FFB7AA; }
a { background-color: rgb(255,183,170); }
div.DivClassName
{
background-color: #FFB7AA;
}
.BgClassName
{
background-color: #FFB7AA;
}
</style>
border-color css
<style>
span { border-color: #FFB7AA; }
span { border-color: rgb(255,183,170); }
td.TdClassName
{
border-color: #FFB7AA;
}
.TagClassName
{
border-color: #FFB7AA;
}
</style>