Shades of Melon #FFBDAE
Tints of Melon #FFBDAE
RGB
CMYK
RGB Variations
Color information
#FFBDAE (or 0xFFBDAE) is known color: Melon. HEX triplet: FF, BD and AE. RGB value is (255,189,174). Sum of RGB (Red+Green+Blue) = 255+189+174=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDAE is #004251. Grayscale: #CFCFCF. Windows color (decimal): -16978 or 11451903. OLE color: 11451903.
HSL color Cylindrical-coordinate representation of color #FFBDAE: hue angle of 11.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFBDAE is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 174 | - |
| CMYK | 0 | 0.26 | 0.32 | 0 |
| HSL | 11.11º | 1% | 0.84% | - |
| HSV(B) | 11.11º | 0.32% | 1% | - |
| XYZ | 67.08 | 60.71 | 48.23 | - |
| YUV | 207.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 174 | 0 | 0.26 | 0.32 | 0 | 11.11 | 1 | 0.84 |
| Hex | FF | BD | AE | 0 | 1A | 20 | 0 | B | 64 | 54 |
| Octal | 377 | 275 | 256 | 0 | 32 | 40 | 0 | 13 | 144 | 124 |
| Binary | 11111111 | 10111101 | 10101110 | 0 | 11010 | 100000 | 0 | 1011 | 1100100 | 1010100 |
Color Harmonies of #FFBDAE
Complementary color
Monochromatic Colors of #FFBDAE
Black with #FFBDAE
Text Example
Text Example
White with #FFBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDAE; }
p { color: rgb(255,189,174); }
H1.HeaderClassName
{
color: #FFBDAE;
}
.AnyTagClassName
{
color: #FFBDAE;
}
</style>
background-color css
<style>
a { background-color: #FFBDAE; }
a { background-color: rgb(255,189,174); }
div.DivClassName
{
background-color: #FFBDAE;
}
.BgClassName
{
background-color: #FFBDAE;
}
</style>
border-color css
<style>
span { border-color: #FFBDAE; }
span { border-color: rgb(255,189,174); }
td.TdClassName
{
border-color: #FFBDAE;
}
.TagClassName
{
border-color: #FFBDAE;
}
</style>