Shades of Melon #FFB3A5
Tints of Melon #FFB3A5
RGB
CMYK
RGB Variations
Color information
#FFB3A5 (or 0xFFB3A5) is known color: Melon. HEX triplet: FF, B3 and A5. RGB value is (255,179,165). Sum of RGB (Red+Green+Blue) = 255+179+165=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A5 is #004C5A. Grayscale: #C8C8C8. Windows color (decimal): -19547 or 10859519. OLE color: 10859519.
HSL color Cylindrical-coordinate representation of color #FFB3A5: hue angle of 9.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFB3A5 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 165 | - |
| CMYK | 0 | 0.30 | 0.35 | 0 |
| HSL | 9.33º | 1% | 0.82% | - |
| HSV(B) | 9.33º | 0.35% | 1% | - |
| XYZ | 64.15 | 56.22 | 43.07 | - |
| YUV | 200.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 165 | 0 | 0.30 | 0.35 | 0 | 9.33 | 1 | 0.82 |
| Hex | FF | B3 | A5 | 0 | 1E | 23 | 0 | 9 | 64 | 52 |
| Octal | 377 | 263 | 245 | 0 | 36 | 43 | 0 | 11 | 144 | 122 |
| Binary | 11111111 | 10110011 | 10100101 | 0 | 11110 | 100011 | 0 | 1001 | 1100100 | 1010010 |
Color Harmonies of #FFB3A5
Complementary color
Monochromatic Colors of #FFB3A5
Black with #FFB3A5
Text Example
Text Example
White with #FFB3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3A5; }
p { color: rgb(255,179,165); }
H1.HeaderClassName
{
color: #FFB3A5;
}
.AnyTagClassName
{
color: #FFB3A5;
}
</style>
background-color css
<style>
a { background-color: #FFB3A5; }
a { background-color: rgb(255,179,165); }
div.DivClassName
{
background-color: #FFB3A5;
}
.BgClassName
{
background-color: #FFB3A5;
}
</style>
border-color css
<style>
span { border-color: #FFB3A5; }
span { border-color: rgb(255,179,165); }
td.TdClassName
{
border-color: #FFB3A5;
}
.TagClassName
{
border-color: #FFB3A5;
}
</style>