Shades of Melon #FFB6A3
Tints of Melon #FFB6A3
RGB
CMYK
RGB Variations
Color information
#FFB6A3 (or 0xFFB6A3) is known color: Melon. HEX triplet: FF, B6 and A3. RGB value is (255,182,163). Sum of RGB (Red+Green+Blue) = 255+182+163=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6A3 is #00495C. Grayscale: #C9C9C9. Windows color (decimal): -18781 or 10729215. OLE color: 10729215.
HSL color Cylindrical-coordinate representation of color #FFB6A3: hue angle of 12.39º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFB6A3 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 163 | - |
| CMYK | 0 | 0.29 | 0.36 | 0 |
| HSL | 12.39º | 1% | 0.82% | - |
| HSV(B) | 12.39º | 0.36% | 1% | - |
| XYZ | 64.58 | 57.36 | 42.32 | - |
| YUV | 201.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 163 | 0 | 0.29 | 0.36 | 0 | 12.39 | 1 | 0.82 |
| Hex | FF | B6 | A3 | 0 | 1D | 24 | 0 | C | 64 | 52 |
| Octal | 377 | 266 | 243 | 0 | 35 | 44 | 0 | 14 | 144 | 122 |
| Binary | 11111111 | 10110110 | 10100011 | 0 | 11101 | 100100 | 0 | 1100 | 1100100 | 1010010 |
Color Harmonies of #FFB6A3
Complementary color
Monochromatic Colors of #FFB6A3
Black with #FFB6A3
Text Example
Text Example
White with #FFB6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6A3; }
p { color: rgb(255,182,163); }
H1.HeaderClassName
{
color: #FFB6A3;
}
.AnyTagClassName
{
color: #FFB6A3;
}
</style>
background-color css
<style>
a { background-color: #FFB6A3; }
a { background-color: rgb(255,182,163); }
div.DivClassName
{
background-color: #FFB6A3;
}
.BgClassName
{
background-color: #FFB6A3;
}
</style>
border-color css
<style>
span { border-color: #FFB6A3; }
span { border-color: rgb(255,182,163); }
td.TdClassName
{
border-color: #FFB6A3;
}
.TagClassName
{
border-color: #FFB6A3;
}
</style>