Shades of Melon #FFB6AD
Tints of Melon #FFB6AD
RGB
CMYK
RGB Variations
Color information
#FFB6AD (or 0xFFB6AD) is known color: Melon. HEX triplet: FF, B6 and AD. RGB value is (255,182,173). Sum of RGB (Red+Green+Blue) = 255+182+173=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AD is #004952. Grayscale: #CACACA. Windows color (decimal): -18771 or 11384575. OLE color: 11384575.
HSL color Cylindrical-coordinate representation of color #FFB6AD: hue angle of 6.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFB6AD is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 173 | - |
| CMYK | 0 | 0.29 | 0.32 | 0 |
| HSL | 6.59º | 1% | 0.84% | - |
| HSV(B) | 6.59º | 0.32% | 1% | - |
| XYZ | 65.51 | 57.73 | 47.23 | - |
| YUV | 202.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 173 | 0 | 0.29 | 0.32 | 0 | 6.59 | 1 | 0.84 |
| Hex | FF | B6 | AD | 0 | 1D | 20 | 0 | 7 | 64 | 54 |
| Octal | 377 | 266 | 255 | 0 | 35 | 40 | 0 | 7 | 144 | 124 |
| Binary | 11111111 | 10110110 | 10101101 | 0 | 11101 | 100000 | 0 | 111 | 1100100 | 1010100 |
Color Harmonies of #FFB6AD
Complementary color
Monochromatic Colors of #FFB6AD
Black with #FFB6AD
Text Example
Text Example
White with #FFB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6AD; }
p { color: rgb(255,182,173); }
H1.HeaderClassName
{
color: #FFB6AD;
}
.AnyTagClassName
{
color: #FFB6AD;
}
</style>
background-color css
<style>
a { background-color: #FFB6AD; }
a { background-color: rgb(255,182,173); }
div.DivClassName
{
background-color: #FFB6AD;
}
.BgClassName
{
background-color: #FFB6AD;
}
</style>
border-color css
<style>
span { border-color: #FFB6AD; }
span { border-color: rgb(255,182,173); }
td.TdClassName
{
border-color: #FFB6AD;
}
.TagClassName
{
border-color: #FFB6AD;
}
</style>