Shades of Melon #FDBCA8
Tints of Melon #FDBCA8
RGB
CMYK
RGB Variations
Color information
#FDBCA8 (or 0xFDBCA8) is known color: Melon. HEX triplet: FD, BC and A8. RGB value is (253,188,168). Sum of RGB (Red+Green+Blue) = 253+188+168=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCA8 is #024357. Grayscale: #CDCDCD. Windows color (decimal): -148312 or 11058429. OLE color: 11058429.
HSL color Cylindrical-coordinate representation of color #FDBCA8: hue angle of 14.12º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDBCA8 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 188 | 168 | - |
CMYK | 0 | 0.26 | 0.34 | 0.01 |
HSL | 14.12º | 0.96% | 0.83% | - |
HSV(B) | 14.12º | 0.34% | 0.99% | - |
XYZ | 65.56 | 59.68 | 45.11 | - |
YUV | 205.16 | 107.03 | 162.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 188 | 168 | 0 | 0.26 | 0.34 | 0.01 | 14.12 | 0.96 | 0.83 |
Hex | FD | BC | A8 | 0 | 1A | 22 | 1 | E | 60 | 53 |
Octal | 375 | 274 | 250 | 0 | 32 | 42 | 1 | 16 | 140 | 123 |
Binary | 11111101 | 10111100 | 10101000 | 0 | 11010 | 100010 | 1 | 1110 | 1100000 | 1010011 |
Color Harmonies of #FDBCA8
Complementary color
Monochromatic Colors of #FDBCA8
Black with #FDBCA8
Text Example
Text Example
White with #FDBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCA8; }
p { color: rgb(253,188,168); }
H1.HeaderClassName
{
color: #FDBCA8;
}
.AnyTagClassName
{
color: #FDBCA8;
}
</style>
background-color css
<style>
a { background-color: #FDBCA8; }
a { background-color: rgb(253,188,168); }
div.DivClassName
{
background-color: #FDBCA8;
}
.BgClassName
{
background-color: #FDBCA8;
}
</style>
border-color css
<style>
span { border-color: #FDBCA8; }
span { border-color: rgb(253,188,168); }
td.TdClassName
{
border-color: #FDBCA8;
}
.TagClassName
{
border-color: #FDBCA8;
}
</style>