Shades of Melon #FDBDAE
Tints of Melon #FDBDAE
RGB
CMYK
RGB Variations
Color information
#FDBDAE (or 0xFDBDAE) is known color: Melon. HEX triplet: FD, BD and AE. RGB value is (253,189,174). Sum of RGB (Red+Green+Blue) = 253+189+174=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDAE is #024251. Grayscale: #CECECE. Windows color (decimal): -148050 or 11451901. OLE color: 11451901.
HSL color Cylindrical-coordinate representation of color #FDBDAE: hue angle of 11.39º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDBDAE is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 174 | - |
CMYK | 0 | 0.25 | 0.31 | 0.01 |
HSL | 11.39º | 0.95% | 0.84% | - |
HSV(B) | 11.39º | 0.31% | 0.99% | - |
XYZ | 66.35 | 60.33 | 48.19 | - |
YUV | 206.43 | 109.7 | 161.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 174 | 0 | 0.25 | 0.31 | 0.01 | 11.39 | 0.95 | 0.84 |
Hex | FD | BD | AE | 0 | 19 | 1F | 1 | B | 5F | 54 |
Octal | 375 | 275 | 256 | 0 | 31 | 37 | 1 | 13 | 137 | 124 |
Binary | 11111101 | 10111101 | 10101110 | 0 | 11001 | 11111 | 1 | 1011 | 1011111 | 1010100 |
Color Harmonies of #FDBDAE
Complementary color
Monochromatic Colors of #FDBDAE
Black with #FDBDAE
Text Example
Text Example
White with #FDBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDAE; }
p { color: rgb(253,189,174); }
H1.HeaderClassName
{
color: #FDBDAE;
}
.AnyTagClassName
{
color: #FDBDAE;
}
</style>
background-color css
<style>
a { background-color: #FDBDAE; }
a { background-color: rgb(253,189,174); }
div.DivClassName
{
background-color: #FDBDAE;
}
.BgClassName
{
background-color: #FDBDAE;
}
</style>
border-color css
<style>
span { border-color: #FDBDAE; }
span { border-color: rgb(253,189,174); }
td.TdClassName
{
border-color: #FDBDAE;
}
.TagClassName
{
border-color: #FDBDAE;
}
</style>