Shades of Melon #FFBDAC
Tints of Melon #FFBDAC
RGB
CMYK
RGB Variations
Color information
#FFBDAC (or 0xFFBDAC) is known color: Melon. HEX triplet: FF, BD and AC. RGB value is (255,189,172). Sum of RGB (Red+Green+Blue) = 255+189+172=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDAC is #004253. Grayscale: #CECECE. Windows color (decimal): -16980 or 11320831. OLE color: 11320831.
HSL color Cylindrical-coordinate representation of color #FFBDAC: hue angle of 12.29º 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 #FFBDAC is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 172 | - |
| CMYK | 0 | 0.26 | 0.33 | 0 |
| HSL | 12.29º | 1% | 0.84% | - |
| HSV(B) | 12.29º | 0.33% | 1% | - |
| XYZ | 66.88 | 60.63 | 47.21 | - |
| YUV | 206.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 172 | 0 | 0.26 | 0.33 | 0 | 12.29 | 1 | 0.84 |
| Hex | FF | BD | AC | 0 | 1A | 21 | 0 | C | 64 | 54 |
| Octal | 377 | 275 | 254 | 0 | 32 | 41 | 0 | 14 | 144 | 124 |
| Binary | 11111111 | 10111101 | 10101100 | 0 | 11010 | 100001 | 0 | 1100 | 1100100 | 1010100 |
Color Harmonies of #FFBDAC
Complementary color
Monochromatic Colors of #FFBDAC
Black with #FFBDAC
Text Example
Text Example
White with #FFBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDAC; }
p { color: rgb(255,189,172); }
H1.HeaderClassName
{
color: #FFBDAC;
}
.AnyTagClassName
{
color: #FFBDAC;
}
</style>
background-color css
<style>
a { background-color: #FFBDAC; }
a { background-color: rgb(255,189,172); }
div.DivClassName
{
background-color: #FFBDAC;
}
.BgClassName
{
background-color: #FFBDAC;
}
</style>
border-color css
<style>
span { border-color: #FFBDAC; }
span { border-color: rgb(255,189,172); }
td.TdClassName
{
border-color: #FFBDAC;
}
.TagClassName
{
border-color: #FFBDAC;
}
</style>