Shades of Melon #FFB5A8
Tints of Melon #FFB5A8
RGB
CMYK
RGB Variations
Color information
#FFB5A8 (or 0xFFB5A8) is known color: Melon. HEX triplet: FF, B5 and A8. RGB value is (255,181,168). Sum of RGB (Red+Green+Blue) = 255+181+168=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5A8 is #004A57. Grayscale: #C9C9C9. Windows color (decimal): -19032 or 11056639. OLE color: 11056639.
HSL color Cylindrical-coordinate representation of color #FFB5A8: hue angle of 8.97º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFB5A8 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 181 | 168 | - |
CMYK | 0 | 0.29 | 0.34 | 0 |
HSL | 8.97º | 1% | 0.83% | - |
HSV(B) | 8.97º | 0.34% | 1% | - |
XYZ | 64.83 | 57.13 | 44.66 | - |
YUV | 201.64 | 109.02 | 166.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 181 | 168 | 0 | 0.29 | 0.34 | 0 | 8.97 | 1 | 0.83 |
Hex | FF | B5 | A8 | 0 | 1D | 22 | 0 | 9 | 64 | 53 |
Octal | 377 | 265 | 250 | 0 | 35 | 42 | 0 | 11 | 144 | 123 |
Binary | 11111111 | 10110101 | 10101000 | 0 | 11101 | 100010 | 0 | 1001 | 1100100 | 1010011 |
Color Harmonies of #FFB5A8
Complementary color
Monochromatic Colors of #FFB5A8
Black with #FFB5A8
Text Example
Text Example
White with #FFB5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5A8; }
p { color: rgb(255,181,168); }
H1.HeaderClassName
{
color: #FFB5A8;
}
.AnyTagClassName
{
color: #FFB5A8;
}
</style>
background-color css
<style>
a { background-color: #FFB5A8; }
a { background-color: rgb(255,181,168); }
div.DivClassName
{
background-color: #FFB5A8;
}
.BgClassName
{
background-color: #FFB5A8;
}
</style>
border-color css
<style>
span { border-color: #FFB5A8; }
span { border-color: rgb(255,181,168); }
td.TdClassName
{
border-color: #FFB5A8;
}
.TagClassName
{
border-color: #FFB5A8;
}
</style>