Shades of Melon #FFB5A3
Tints of Melon #FFB5A3
RGB
CMYK
RGB Variations
Color information
#FFB5A3 (or 0xFFB5A3) is known color: Melon. HEX triplet: FF, B5 and A3. RGB value is (255,181,163). Sum of RGB (Red+Green+Blue) = 255+181+163=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5A3 is #004A5C. Grayscale: #C9C9C9. Windows color (decimal): -19037 or 10728959. OLE color: 10728959.
HSL color Cylindrical-coordinate representation of color #FFB5A3: hue angle of 11.74º 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 #FFB5A3 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 163 | - |
| CMYK | 0 | 0.29 | 0.36 | 0 |
| HSL | 11.74º | 1% | 0.82% | - |
| HSV(B) | 11.74º | 0.36% | 1% | - |
| XYZ | 64.37 | 56.95 | 42.25 | - |
| YUV | 201.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 163 | 0 | 0.29 | 0.36 | 0 | 11.74 | 1 | 0.82 |
| Hex | FF | B5 | A3 | 0 | 1D | 24 | 0 | C | 64 | 52 |
| Octal | 377 | 265 | 243 | 0 | 35 | 44 | 0 | 14 | 144 | 122 |
| Binary | 11111111 | 10110101 | 10100011 | 0 | 11101 | 100100 | 0 | 1100 | 1100100 | 1010010 |
Color Harmonies of #FFB5A3
Complementary color
Monochromatic Colors of #FFB5A3
Black with #FFB5A3
Text Example
Text Example
White with #FFB5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5A3; }
p { color: rgb(255,181,163); }
H1.HeaderClassName
{
color: #FFB5A3;
}
.AnyTagClassName
{
color: #FFB5A3;
}
</style>
background-color css
<style>
a { background-color: #FFB5A3; }
a { background-color: rgb(255,181,163); }
div.DivClassName
{
background-color: #FFB5A3;
}
.BgClassName
{
background-color: #FFB5A3;
}
</style>
border-color css
<style>
span { border-color: #FFB5A3; }
span { border-color: rgb(255,181,163); }
td.TdClassName
{
border-color: #FFB5A3;
}
.TagClassName
{
border-color: #FFB5A3;
}
</style>