Shades of Melon #FFB3A8
Tints of Melon #FFB3A8
RGB
CMYK
RGB Variations
Color information
#FFB3A8 (or 0xFFB3A8) is known color: Melon. HEX triplet: FF, B3 and A8. RGB value is (255,179,168). Sum of RGB (Red+Green+Blue) = 255+179+168=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A8 is #004C57. Grayscale: #C8C8C8. Windows color (decimal): -19544 or 11056127. OLE color: 11056127.
HSL color Cylindrical-coordinate representation of color #FFB3A8: hue angle of 7.59º 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 #FFB3A8 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 168 | - |
| CMYK | 0 | 0.30 | 0.34 | 0 |
| HSL | 7.59º | 1% | 0.83% | - |
| HSV(B) | 7.59º | 0.34% | 1% | - |
| XYZ | 64.43 | 56.33 | 44.52 | - |
| YUV | 200.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 168 | 0 | 0.30 | 0.34 | 0 | 7.59 | 1 | 0.83 |
| Hex | FF | B3 | A8 | 0 | 1E | 22 | 0 | 8 | 64 | 53 |
| Octal | 377 | 263 | 250 | 0 | 36 | 42 | 0 | 10 | 144 | 123 |
| Binary | 11111111 | 10110011 | 10101000 | 0 | 11110 | 100010 | 0 | 1000 | 1100100 | 1010011 |
Color Harmonies of #FFB3A8
Complementary color
Monochromatic Colors of #FFB3A8
Black with #FFB3A8
Text Example
Text Example
White with #FFB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3A8; }
p { color: rgb(255,179,168); }
H1.HeaderClassName
{
color: #FFB3A8;
}
.AnyTagClassName
{
color: #FFB3A8;
}
</style>
background-color css
<style>
a { background-color: #FFB3A8; }
a { background-color: rgb(255,179,168); }
div.DivClassName
{
background-color: #FFB3A8;
}
.BgClassName
{
background-color: #FFB3A8;
}
</style>
border-color css
<style>
span { border-color: #FFB3A8; }
span { border-color: rgb(255,179,168); }
td.TdClassName
{
border-color: #FFB3A8;
}
.TagClassName
{
border-color: #FFB3A8;
}
</style>