Shades of Melon #FFB6A6
Tints of Melon #FFB6A6
RGB
CMYK
RGB Variations
Color information
#FFB6A6 (or 0xFFB6A6) is known color: Melon. HEX triplet: FF, B6 and A6. RGB value is (255,182,166). Sum of RGB (Red+Green+Blue) = 255+182+166=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6A6 is #004959. Grayscale: #CACACA. Windows color (decimal): -18778 or 10925823. OLE color: 10925823.
HSL color Cylindrical-coordinate representation of color #FFB6A6: hue angle of 10.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFB6A6 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 166 | - |
| CMYK | 0 | 0.29 | 0.35 | 0 |
| HSL | 10.79º | 1% | 0.83% | - |
| HSV(B) | 10.79º | 0.35% | 1% | - |
| XYZ | 64.85 | 57.47 | 43.75 | - |
| YUV | 202 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 166 | 0 | 0.29 | 0.35 | 0 | 10.79 | 1 | 0.83 |
| Hex | FF | B6 | A6 | 0 | 1D | 23 | 0 | B | 64 | 53 |
| Octal | 377 | 266 | 246 | 0 | 35 | 43 | 0 | 13 | 144 | 123 |
| Binary | 11111111 | 10110110 | 10100110 | 0 | 11101 | 100011 | 0 | 1011 | 1100100 | 1010011 |
Color Harmonies of #FFB6A6
Complementary color
Monochromatic Colors of #FFB6A6
Black with #FFB6A6
Text Example
Text Example
White with #FFB6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6A6; }
p { color: rgb(255,182,166); }
H1.HeaderClassName
{
color: #FFB6A6;
}
.AnyTagClassName
{
color: #FFB6A6;
}
</style>
background-color css
<style>
a { background-color: #FFB6A6; }
a { background-color: rgb(255,182,166); }
div.DivClassName
{
background-color: #FFB6A6;
}
.BgClassName
{
background-color: #FFB6A6;
}
</style>
border-color css
<style>
span { border-color: #FFB6A6; }
span { border-color: rgb(255,182,166); }
td.TdClassName
{
border-color: #FFB6A6;
}
.TagClassName
{
border-color: #FFB6A6;
}
</style>