Shades of Melon #FFBDA8
Tints of Melon #FFBDA8
RGB
CMYK
RGB Variations
Color information
#FFBDA8 (or 0xFFBDA8) is known color: Melon. HEX triplet: FF, BD and A8. RGB value is (255,189,168). Sum of RGB (Red+Green+Blue) = 255+189+168=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDA8 is #004257. Grayscale: #CECECE. Windows color (decimal): -16984 or 11058687. OLE color: 11058687.
HSL color Cylindrical-coordinate representation of color #FFBDA8: hue angle of 14.48º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFBDA8 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 168 | - |
| CMYK | 0 | 0.26 | 0.34 | 0 |
| HSL | 14.48º | 1% | 0.83% | - |
| HSV(B) | 14.48º | 0.34% | 1% | - |
| XYZ | 66.51 | 60.48 | 45.21 | - |
| YUV | 206.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 168 | 0 | 0.26 | 0.34 | 0 | 14.48 | 1 | 0.83 |
| Hex | FF | BD | A8 | 0 | 1A | 22 | 0 | E | 64 | 53 |
| Octal | 377 | 275 | 250 | 0 | 32 | 42 | 0 | 16 | 144 | 123 |
| Binary | 11111111 | 10111101 | 10101000 | 0 | 11010 | 100010 | 0 | 1110 | 1100100 | 1010011 |
Color Harmonies of #FFBDA8
Complementary color
Monochromatic Colors of #FFBDA8
Black with #FFBDA8
Text Example
Text Example
White with #FFBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDA8; }
p { color: rgb(255,189,168); }
H1.HeaderClassName
{
color: #FFBDA8;
}
.AnyTagClassName
{
color: #FFBDA8;
}
</style>
background-color css
<style>
a { background-color: #FFBDA8; }
a { background-color: rgb(255,189,168); }
div.DivClassName
{
background-color: #FFBDA8;
}
.BgClassName
{
background-color: #FFBDA8;
}
</style>
border-color css
<style>
span { border-color: #FFBDA8; }
span { border-color: rgb(255,189,168); }
td.TdClassName
{
border-color: #FFBDA8;
}
.TagClassName
{
border-color: #FFBDA8;
}
</style>