Shades of Melon #FDBAB6
Tints of Melon #FDBAB6
RGB
CMYK
RGB Variations
Color information
#FDBAB6 (or 0xFDBAB6) is known color: Melon. HEX triplet: FD, BA and B6. RGB value is (253,186,182). Sum of RGB (Red+Green+Blue) = 253+186+182=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAB6 is #024549. Grayscale: #CDCDCD. Windows color (decimal): -148810 or 11975421. OLE color: 11975421.
HSL color Cylindrical-coordinate representation of color #FDBAB6: hue angle of 3.38º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDBAB6 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 186 | 182 | - |
CMYK | 0 | 0.26 | 0.28 | 0.01 |
HSL | 3.38º | 0.95% | 0.85% | - |
HSV(B) | 3.38º | 0.28% | 0.99% | - |
XYZ | 66.51 | 59.38 | 52.21 | - |
YUV | 205.58 | 114.7 | 161.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 186 | 182 | 0 | 0.26 | 0.28 | 0.01 | 3.38 | 0.95 | 0.85 |
Hex | FD | BA | B6 | 0 | 1A | 1C | 1 | 3 | 5F | 55 |
Octal | 375 | 272 | 266 | 0 | 32 | 34 | 1 | 3 | 137 | 125 |
Binary | 11111101 | 10111010 | 10110110 | 0 | 11010 | 11100 | 1 | 11 | 1011111 | 1010101 |
Color Harmonies of #FDBAB6
Complementary color
Monochromatic Colors of #FDBAB6
Black with #FDBAB6
Text Example
Text Example
White with #FDBAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAB6; }
p { color: rgb(253,186,182); }
H1.HeaderClassName
{
color: #FDBAB6;
}
.AnyTagClassName
{
color: #FDBAB6;
}
</style>
background-color css
<style>
a { background-color: #FDBAB6; }
a { background-color: rgb(253,186,182); }
div.DivClassName
{
background-color: #FDBAB6;
}
.BgClassName
{
background-color: #FDBAB6;
}
</style>
border-color css
<style>
span { border-color: #FDBAB6; }
span { border-color: rgb(253,186,182); }
td.TdClassName
{
border-color: #FDBAB6;
}
.TagClassName
{
border-color: #FDBAB6;
}
</style>