Shades of Melon #FDB7B5
Tints of Melon #FDB7B5
RGB
CMYK
RGB Variations
Color information
#FDB7B5 (or 0xFDB7B5) is known color: Melon. HEX triplet: FD, B7 and B5. RGB value is (253,183,181). Sum of RGB (Red+Green+Blue) = 253+183+181=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7B5 is #02484A. Grayscale: #CBCBCB. Windows color (decimal): -149579 or 11909117. OLE color: 11909117.
HSL color Cylindrical-coordinate representation of color #FDB7B5: hue angle of 1.67º 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 #FDB7B5 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 183 | 181 | - |
CMYK | 0 | 0.28 | 0.28 | 0.01 |
HSL | 1.67º | 0.95% | 0.85% | - |
HSV(B) | 1.67º | 0.28% | 0.99% | - |
XYZ | 65.78 | 58.09 | 51.46 | - |
YUV | 203.7 | 115.19 | 163.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 183 | 181 | 0 | 0.28 | 0.28 | 0.01 | 1.67 | 0.95 | 0.85 |
Hex | FD | B7 | B5 | 0 | 1C | 1C | 1 | 2 | 5F | 55 |
Octal | 375 | 267 | 265 | 0 | 34 | 34 | 1 | 2 | 137 | 125 |
Binary | 11111101 | 10110111 | 10110101 | 0 | 11100 | 11100 | 1 | 10 | 1011111 | 1010101 |
Color Harmonies of #FDB7B5
Complementary color
Monochromatic Colors of #FDB7B5
Black with #FDB7B5
Text Example
Text Example
White with #FDB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7B5; }
p { color: rgb(253,183,181); }
H1.HeaderClassName
{
color: #FDB7B5;
}
.AnyTagClassName
{
color: #FDB7B5;
}
</style>
background-color css
<style>
a { background-color: #FDB7B5; }
a { background-color: rgb(253,183,181); }
div.DivClassName
{
background-color: #FDB7B5;
}
.BgClassName
{
background-color: #FDB7B5;
}
</style>
border-color css
<style>
span { border-color: #FDB7B5; }
span { border-color: rgb(253,183,181); }
td.TdClassName
{
border-color: #FDB7B5;
}
.TagClassName
{
border-color: #FDB7B5;
}
</style>