Shades of Melon #FFB5A4
Tints of Melon #FFB5A4
RGB
CMYK
RGB Variations
Color information
#FFB5A4 (or 0xFFB5A4) is known color: Melon. HEX triplet: FF, B5 and A4. RGB value is (255,181,164). Sum of RGB (Red+Green+Blue) = 255+181+164=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5A4 is #004A5B. Grayscale: #C9C9C9. Windows color (decimal): -19036 or 10794495. OLE color: 10794495.
HSL color Cylindrical-coordinate representation of color #FFB5A4: hue angle of 11.21º 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 #FFB5A4 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 164 | - |
| CMYK | 0 | 0.29 | 0.36 | 0 |
| HSL | 11.21º | 1% | 0.82% | - |
| HSV(B) | 11.21º | 0.36% | 1% | - |
| XYZ | 64.46 | 56.99 | 42.72 | - |
| YUV | 201.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 164 | 0 | 0.29 | 0.36 | 0 | 11.21 | 1 | 0.82 |
| Hex | FF | B5 | A4 | 0 | 1D | 24 | 0 | B | 64 | 52 |
| Octal | 377 | 265 | 244 | 0 | 35 | 44 | 0 | 13 | 144 | 122 |
| Binary | 11111111 | 10110101 | 10100100 | 0 | 11101 | 100100 | 0 | 1011 | 1100100 | 1010010 |
Color Harmonies of #FFB5A4
Complementary color
Monochromatic Colors of #FFB5A4
Black with #FFB5A4
Text Example
Text Example
White with #FFB5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5A4; }
p { color: rgb(255,181,164); }
H1.HeaderClassName
{
color: #FFB5A4;
}
.AnyTagClassName
{
color: #FFB5A4;
}
</style>
background-color css
<style>
a { background-color: #FFB5A4; }
a { background-color: rgb(255,181,164); }
div.DivClassName
{
background-color: #FFB5A4;
}
.BgClassName
{
background-color: #FFB5A4;
}
</style>
border-color css
<style>
span { border-color: #FFB5A4; }
span { border-color: rgb(255,181,164); }
td.TdClassName
{
border-color: #FFB5A4;
}
.TagClassName
{
border-color: #FFB5A4;
}
</style>