Shades of Melon #FDBAA7
Tints of Melon #FDBAA7
RGB
CMYK
RGB Variations
Color information
#FDBAA7 (or 0xFDBAA7) is known color: Melon. HEX triplet: FD, BA and A7. RGB value is (253,186,167). Sum of RGB (Red+Green+Blue) = 253+186+167=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA7 is #024558. Grayscale: #CCCCCC. Windows color (decimal): -148825 or 10992381. OLE color: 10992381.
HSL color Cylindrical-coordinate representation of color #FDBAA7: hue angle of 13.26º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDBAA7 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 186 | 167 | - |
CMYK | 0 | 0.26 | 0.34 | 0.01 |
HSL | 13.26º | 0.96% | 0.82% | - |
HSV(B) | 13.26º | 0.34% | 0.99% | - |
XYZ | 65.04 | 58.79 | 44.48 | - |
YUV | 203.87 | 107.2 | 163.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 186 | 167 | 0 | 0.26 | 0.34 | 0.01 | 13.26 | 0.96 | 0.82 |
Hex | FD | BA | A7 | 0 | 1A | 22 | 1 | D | 60 | 52 |
Octal | 375 | 272 | 247 | 0 | 32 | 42 | 1 | 15 | 140 | 122 |
Binary | 11111101 | 10111010 | 10100111 | 0 | 11010 | 100010 | 1 | 1101 | 1100000 | 1010010 |
Color Harmonies of #FDBAA7
Complementary color
Monochromatic Colors of #FDBAA7
Black with #FDBAA7
Text Example
Text Example
White with #FDBAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAA7; }
p { color: rgb(253,186,167); }
H1.HeaderClassName
{
color: #FDBAA7;
}
.AnyTagClassName
{
color: #FDBAA7;
}
</style>
background-color css
<style>
a { background-color: #FDBAA7; }
a { background-color: rgb(253,186,167); }
div.DivClassName
{
background-color: #FDBAA7;
}
.BgClassName
{
background-color: #FDBAA7;
}
</style>
border-color css
<style>
span { border-color: #FDBAA7; }
span { border-color: rgb(253,186,167); }
td.TdClassName
{
border-color: #FDBAA7;
}
.TagClassName
{
border-color: #FDBAA7;
}
</style>