Shades of Melon #FFB7AC
Tints of Melon #FFB7AC
RGB
CMYK
RGB Variations
Color information
#FFB7AC (or 0xFFB7AC) is known color: Melon. HEX triplet: FF, B7 and AC. RGB value is (255,183,172). Sum of RGB (Red+Green+Blue) = 255+183+172=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7AC is #004853. Grayscale: #CBCBCB. Windows color (decimal): -18516 or 11319295. OLE color: 11319295.
HSL color Cylindrical-coordinate representation of color #FFB7AC: hue angle of 7.95º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFB7AC is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 183 | 172 | - |
CMYK | 0 | 0.28 | 0.33 | 0 |
HSL | 7.95º | 1% | 0.84% | - |
HSV(B) | 7.95º | 0.33% | 1% | - |
XYZ | 65.62 | 58.11 | 46.79 | - |
YUV | 203.27 | 110.35 | 164.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 183 | 172 | 0 | 0.28 | 0.33 | 0 | 7.95 | 1 | 0.84 |
Hex | FF | B7 | AC | 0 | 1C | 21 | 0 | 8 | 64 | 54 |
Octal | 377 | 267 | 254 | 0 | 34 | 41 | 0 | 10 | 144 | 124 |
Binary | 11111111 | 10110111 | 10101100 | 0 | 11100 | 100001 | 0 | 1000 | 1100100 | 1010100 |
Color Harmonies of #FFB7AC
Complementary color
Monochromatic Colors of #FFB7AC
Black with #FFB7AC
Text Example
Text Example
White with #FFB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7AC; }
p { color: rgb(255,183,172); }
H1.HeaderClassName
{
color: #FFB7AC;
}
.AnyTagClassName
{
color: #FFB7AC;
}
</style>
background-color css
<style>
a { background-color: #FFB7AC; }
a { background-color: rgb(255,183,172); }
div.DivClassName
{
background-color: #FFB7AC;
}
.BgClassName
{
background-color: #FFB7AC;
}
</style>
border-color css
<style>
span { border-color: #FFB7AC; }
span { border-color: rgb(255,183,172); }
td.TdClassName
{
border-color: #FFB7AC;
}
.TagClassName
{
border-color: #FFB7AC;
}
</style>