Shades of Melon #FFB5A2
Tints of Melon #FFB5A2
RGB
CMYK
RGB Variations
Color information
#FFB5A2 (or 0xFFB5A2) is known color: Melon. HEX triplet: FF, B5 and A2. RGB value is (255,181,162). Sum of RGB (Red+Green+Blue) = 255+181+162=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5A2 is #004A5D. Grayscale: #C9C9C9. Windows color (decimal): -19038 or 10663423. OLE color: 10663423.
HSL color Cylindrical-coordinate representation of color #FFB5A2: hue angle of 12.26º 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 #FFB5A2 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 162 | - |
| CMYK | 0 | 0.29 | 0.36 | 0 |
| HSL | 12.26º | 1% | 0.82% | - |
| HSV(B) | 12.26º | 0.36% | 1% | - |
| XYZ | 64.29 | 56.92 | 41.78 | - |
| YUV | 200.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 162 | 0 | 0.29 | 0.36 | 0 | 12.26 | 1 | 0.82 |
| Hex | FF | B5 | A2 | 0 | 1D | 24 | 0 | C | 64 | 52 |
| Octal | 377 | 265 | 242 | 0 | 35 | 44 | 0 | 14 | 144 | 122 |
| Binary | 11111111 | 10110101 | 10100010 | 0 | 11101 | 100100 | 0 | 1100 | 1100100 | 1010010 |
Color Harmonies of #FFB5A2
Complementary color
Monochromatic Colors of #FFB5A2
Black with #FFB5A2
Text Example
Text Example
White with #FFB5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5A2; }
p { color: rgb(255,181,162); }
H1.HeaderClassName
{
color: #FFB5A2;
}
.AnyTagClassName
{
color: #FFB5A2;
}
</style>
background-color css
<style>
a { background-color: #FFB5A2; }
a { background-color: rgb(255,181,162); }
div.DivClassName
{
background-color: #FFB5A2;
}
.BgClassName
{
background-color: #FFB5A2;
}
</style>
border-color css
<style>
span { border-color: #FFB5A2; }
span { border-color: rgb(255,181,162); }
td.TdClassName
{
border-color: #FFB5A2;
}
.TagClassName
{
border-color: #FFB5A2;
}
</style>