Shades of Melon #FFB5AF
Tints of Melon #FFB5AF
RGB
CMYK
RGB Variations
Color information
#FFB5AF (or 0xFFB5AF) is known color: Melon. HEX triplet: FF, B5 and AF. RGB value is (255,181,175). Sum of RGB (Red+Green+Blue) = 255+181+175=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5AF is #004A50. Grayscale: #CACACA. Windows color (decimal): -19025 or 11515391. OLE color: 11515391.
HSL color Cylindrical-coordinate representation of color #FFB5AF: hue angle of 4.5º 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 #FFB5AF is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 175 | - |
| CMYK | 0 | 0.29 | 0.31 | 0 |
| HSL | 4.5º | 1% | 0.84% | - |
| HSV(B) | 4.5º | 0.31% | 1% | - |
| XYZ | 65.5 | 57.4 | 48.18 | - |
| YUV | 202.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 175 | 0 | 0.29 | 0.31 | 0 | 4.5 | 1 | 0.84 |
| Hex | FF | B5 | AF | 0 | 1D | 1F | 0 | 4 | 64 | 54 |
| Octal | 377 | 265 | 257 | 0 | 35 | 37 | 0 | 4 | 144 | 124 |
| Binary | 11111111 | 10110101 | 10101111 | 0 | 11101 | 11111 | 0 | 100 | 1100100 | 1010100 |
Color Harmonies of #FFB5AF
Complementary color
Monochromatic Colors of #FFB5AF
Black with #FFB5AF
Text Example
Text Example
White with #FFB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5AF; }
p { color: rgb(255,181,175); }
H1.HeaderClassName
{
color: #FFB5AF;
}
.AnyTagClassName
{
color: #FFB5AF;
}
</style>
background-color css
<style>
a { background-color: #FFB5AF; }
a { background-color: rgb(255,181,175); }
div.DivClassName
{
background-color: #FFB5AF;
}
.BgClassName
{
background-color: #FFB5AF;
}
</style>
border-color css
<style>
span { border-color: #FFB5AF; }
span { border-color: rgb(255,181,175); }
td.TdClassName
{
border-color: #FFB5AF;
}
.TagClassName
{
border-color: #FFB5AF;
}
</style>