Shades of Melon #FFBDA4
Tints of Melon #FFBDA4
RGB
CMYK
RGB Variations
Color information
#FFBDA4 (or 0xFFBDA4) is known color: Melon. HEX triplet: FF, BD and A4. RGB value is (255,189,164). Sum of RGB (Red+Green+Blue) = 255+189+164=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 164 (64.45% from 255 or 26.97% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDA4 is #00425B. Grayscale: #CECECE. Windows color (decimal): -16988 or 10796543. OLE color: 10796543.
HSL color Cylindrical-coordinate representation of color #FFBDA4: hue angle of 16.48º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFBDA4 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 164 | - |
| CMYK | 0 | 0.26 | 0.36 | 0 |
| HSL | 16.48º | 1% | 0.82% | - |
| HSV(B) | 16.48º | 0.36% | 1% | - |
| XYZ | 66.14 | 60.34 | 43.28 | - |
| YUV | 205.88 | 104.37 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 164 | 0 | 0.26 | 0.36 | 0 | 16.48 | 1 | 0.82 |
| Hex | FF | BD | A4 | 0 | 1A | 24 | 0 | 10 | 64 | 52 |
| Octal | 377 | 275 | 244 | 0 | 32 | 44 | 0 | 20 | 144 | 122 |
| Binary | 11111111 | 10111101 | 10100100 | 0 | 11010 | 100100 | 0 | 10000 | 1100100 | 1010010 |
Color Harmonies of #FFBDA4
Complementary color
Monochromatic Colors of #FFBDA4
Black with #FFBDA4
Text Example
Text Example
White with #FFBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDA4; }
p { color: rgb(255,189,164); }
H1.HeaderClassName
{
color: #FFBDA4;
}
.AnyTagClassName
{
color: #FFBDA4;
}
</style>
background-color css
<style>
a { background-color: #FFBDA4; }
a { background-color: rgb(255,189,164); }
div.DivClassName
{
background-color: #FFBDA4;
}
.BgClassName
{
background-color: #FFBDA4;
}
</style>
border-color css
<style>
span { border-color: #FFBDA4; }
span { border-color: rgb(255,189,164); }
td.TdClassName
{
border-color: #FFBDA4;
}
.TagClassName
{
border-color: #FFBDA4;
}
</style>