Shades of Melon #FFB8B3
Tints of Melon #FFB8B3
RGB
CMYK
RGB Variations
Color information
#FFB8B3 (or 0xFFB8B3) is known color: Melon. HEX triplet: FF, B8 and B3. RGB value is (255,184,179). Sum of RGB (Red+Green+Blue) = 255+184+179=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 184 (72.27% from 255 or 29.77% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8B3 is #00474C. Grayscale: #CCCCCC. Windows color (decimal): -18253 or 11778303. OLE color: 11778303.
HSL color Cylindrical-coordinate representation of color #FFB8B3: hue angle of 3.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB8B3 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 179 | - |
| CMYK | 0 | 0.28 | 0.30 | 0 |
| HSL | 3.95º | 1% | 0.85% | - |
| HSV(B) | 3.95º | 0.3% | 1% | - |
| XYZ | 66.52 | 58.8 | 50.49 | - |
| YUV | 204.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 179 | 0 | 0.28 | 0.30 | 0 | 3.95 | 1 | 0.85 |
| Hex | FF | B8 | B3 | 0 | 1C | 1E | 0 | 4 | 64 | 55 |
| Octal | 377 | 270 | 263 | 0 | 34 | 36 | 0 | 4 | 144 | 125 |
| Binary | 11111111 | 10111000 | 10110011 | 0 | 11100 | 11110 | 0 | 100 | 1100100 | 1010101 |
Color Harmonies of #FFB8B3
Complementary color
Monochromatic Colors of #FFB8B3
Black with #FFB8B3
Text Example
Text Example
White with #FFB8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8B3; }
p { color: rgb(255,184,179); }
H1.HeaderClassName
{
color: #FFB8B3;
}
.AnyTagClassName
{
color: #FFB8B3;
}
</style>
background-color css
<style>
a { background-color: #FFB8B3; }
a { background-color: rgb(255,184,179); }
div.DivClassName
{
background-color: #FFB8B3;
}
.BgClassName
{
background-color: #FFB8B3;
}
</style>
border-color css
<style>
span { border-color: #FFB8B3; }
span { border-color: rgb(255,184,179); }
td.TdClassName
{
border-color: #FFB8B3;
}
.TagClassName
{
border-color: #FFB8B3;
}
</style>