Shades of Melon #FFB8A8
Tints of Melon #FFB8A8
RGB
CMYK
RGB Variations
Color information
#FFB8A8 (or 0xFFB8A8) is known color: Melon. HEX triplet: FF, B8 and A8. RGB value is (255,184,168). Sum of RGB (Red+Green+Blue) = 255+184+168=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8A8 is #004757. Grayscale: #CBCBCB. Windows color (decimal): -18264 or 11057407. OLE color: 11057407.
HSL color Cylindrical-coordinate representation of color #FFB8A8: hue angle of 11.03º 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 #FFB8A8 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 168 | - |
| CMYK | 0 | 0.28 | 0.34 | 0 |
| HSL | 11.03º | 1% | 0.83% | - |
| HSV(B) | 11.03º | 0.34% | 1% | - |
| XYZ | 65.45 | 58.37 | 44.86 | - |
| YUV | 203.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 168 | 0 | 0.28 | 0.34 | 0 | 11.03 | 1 | 0.83 |
| Hex | FF | B8 | A8 | 0 | 1C | 22 | 0 | B | 64 | 53 |
| Octal | 377 | 270 | 250 | 0 | 34 | 42 | 0 | 13 | 144 | 123 |
| Binary | 11111111 | 10111000 | 10101000 | 0 | 11100 | 100010 | 0 | 1011 | 1100100 | 1010011 |
Color Harmonies of #FFB8A8
Complementary color
Monochromatic Colors of #FFB8A8
Black with #FFB8A8
Text Example
Text Example
White with #FFB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8A8; }
p { color: rgb(255,184,168); }
H1.HeaderClassName
{
color: #FFB8A8;
}
.AnyTagClassName
{
color: #FFB8A8;
}
</style>
background-color css
<style>
a { background-color: #FFB8A8; }
a { background-color: rgb(255,184,168); }
div.DivClassName
{
background-color: #FFB8A8;
}
.BgClassName
{
background-color: #FFB8A8;
}
</style>
border-color css
<style>
span { border-color: #FFB8A8; }
span { border-color: rgb(255,184,168); }
td.TdClassName
{
border-color: #FFB8A8;
}
.TagClassName
{
border-color: #FFB8A8;
}
</style>