Shades of Melon #FFB8AF
Tints of Melon #FFB8AF
RGB
CMYK
RGB Variations
Color information
#FFB8AF (or 0xFFB8AF) is known color: Melon. HEX triplet: FF, B8 and AF. RGB value is (255,184,175). Sum of RGB (Red+Green+Blue) = 255+184+175=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8AF is #004750. Grayscale: #CCCCCC. Windows color (decimal): -18257 or 11516159. OLE color: 11516159.
HSL color Cylindrical-coordinate representation of color #FFB8AF: hue angle of 6.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB8AF is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 175 | - |
| CMYK | 0 | 0.28 | 0.31 | 0 |
| HSL | 6.75º | 1% | 0.84% | - |
| HSV(B) | 6.75º | 0.31% | 1% | - |
| XYZ | 66.12 | 58.64 | 48.39 | - |
| YUV | 204.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 175 | 0 | 0.28 | 0.31 | 0 | 6.75 | 1 | 0.84 |
| Hex | FF | B8 | AF | 0 | 1C | 1F | 0 | 7 | 64 | 54 |
| Octal | 377 | 270 | 257 | 0 | 34 | 37 | 0 | 7 | 144 | 124 |
| Binary | 11111111 | 10111000 | 10101111 | 0 | 11100 | 11111 | 0 | 111 | 1100100 | 1010100 |
Color Harmonies of #FFB8AF
Complementary color
Monochromatic Colors of #FFB8AF
Black with #FFB8AF
Text Example
Text Example
White with #FFB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8AF; }
p { color: rgb(255,184,175); }
H1.HeaderClassName
{
color: #FFB8AF;
}
.AnyTagClassName
{
color: #FFB8AF;
}
</style>
background-color css
<style>
a { background-color: #FFB8AF; }
a { background-color: rgb(255,184,175); }
div.DivClassName
{
background-color: #FFB8AF;
}
.BgClassName
{
background-color: #FFB8AF;
}
</style>
border-color css
<style>
span { border-color: #FFB8AF; }
span { border-color: rgb(255,184,175); }
td.TdClassName
{
border-color: #FFB8AF;
}
.TagClassName
{
border-color: #FFB8AF;
}
</style>