Shades of Melon #FFB5AA
Tints of Melon #FFB5AA
RGB
CMYK
RGB Variations
Color information
#FFB5AA (or 0xFFB5AA) is known color: Melon. HEX triplet: FF, B5 and AA. RGB value is (255,181,170). Sum of RGB (Red+Green+Blue) = 255+181+170=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5AA is #004A55. Grayscale: #C9C9C9. Windows color (decimal): -19030 or 11187711. OLE color: 11187711.
HSL color Cylindrical-coordinate representation of color #FFB5AA: hue angle of 7.76º 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 #FFB5AA is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 170 | - |
| CMYK | 0 | 0.29 | 0.33 | 0 |
| HSL | 7.76º | 1% | 0.83% | - |
| HSV(B) | 7.76º | 0.33% | 1% | - |
| XYZ | 65.02 | 57.21 | 45.65 | - |
| YUV | 201.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 170 | 0 | 0.29 | 0.33 | 0 | 7.76 | 1 | 0.83 |
| Hex | FF | B5 | AA | 0 | 1D | 21 | 0 | 8 | 64 | 53 |
| Octal | 377 | 265 | 252 | 0 | 35 | 41 | 0 | 10 | 144 | 123 |
| Binary | 11111111 | 10110101 | 10101010 | 0 | 11101 | 100001 | 0 | 1000 | 1100100 | 1010011 |
Color Harmonies of #FFB5AA
Complementary color
Monochromatic Colors of #FFB5AA
Black with #FFB5AA
Text Example
Text Example
White with #FFB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5AA; }
p { color: rgb(255,181,170); }
H1.HeaderClassName
{
color: #FFB5AA;
}
.AnyTagClassName
{
color: #FFB5AA;
}
</style>
background-color css
<style>
a { background-color: #FFB5AA; }
a { background-color: rgb(255,181,170); }
div.DivClassName
{
background-color: #FFB5AA;
}
.BgClassName
{
background-color: #FFB5AA;
}
</style>
border-color css
<style>
span { border-color: #FFB5AA; }
span { border-color: rgb(255,181,170); }
td.TdClassName
{
border-color: #FFB5AA;
}
.TagClassName
{
border-color: #FFB5AA;
}
</style>