Shades of Melon #FFB8B7
Tints of Melon #FFB8B7
RGB
CMYK
RGB Variations
Color information
#FFB8B7 (or 0xFFB8B7) is known color: Melon. HEX triplet: FF, B8 and B7. RGB value is (255,184,183). Sum of RGB (Red+Green+Blue) = 255+184+183=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8B7 is #004748. Grayscale: #CDCDCD. Windows color (decimal): -18249 or 12040447. OLE color: 12040447.
HSL color Cylindrical-coordinate representation of color #FFB8B7: hue angle of 0.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8B7 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 183 | - |
| CMYK | 0 | 0.28 | 0.28 | 0 |
| HSL | 0.83º | 1% | 0.86% | - |
| HSV(B) | 0.83º | 0.28% | 1% | - |
| XYZ | 66.93 | 58.96 | 52.65 | - |
| YUV | 205.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 183 | 0 | 0.28 | 0.28 | 0 | 0.83 | 1 | 0.86 |
| Hex | FF | B8 | B7 | 0 | 1C | 1C | 0 | 1 | 64 | 56 |
| Octal | 377 | 270 | 267 | 0 | 34 | 34 | 0 | 1 | 144 | 126 |
| Binary | 11111111 | 10111000 | 10110111 | 0 | 11100 | 11100 | 0 | 1 | 1100100 | 1010110 |
Color Harmonies of #FFB8B7
Complementary color
Monochromatic Colors of #FFB8B7
Black with #FFB8B7
Text Example
Text Example
White with #FFB8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8B7; }
p { color: rgb(255,184,183); }
H1.HeaderClassName
{
color: #FFB8B7;
}
.AnyTagClassName
{
color: #FFB8B7;
}
</style>
background-color css
<style>
a { background-color: #FFB8B7; }
a { background-color: rgb(255,184,183); }
div.DivClassName
{
background-color: #FFB8B7;
}
.BgClassName
{
background-color: #FFB8B7;
}
</style>
border-color css
<style>
span { border-color: #FFB8B7; }
span { border-color: rgb(255,184,183); }
td.TdClassName
{
border-color: #FFB8B7;
}
.TagClassName
{
border-color: #FFB8B7;
}
</style>