Shades of Melon #FDBDB4
Tints of Melon #FDBDB4
RGB
CMYK
RGB Variations
Color information
#FDBDB4 (or 0xFDBDB4) is known color: Melon. HEX triplet: FD, BD and B4. RGB value is (253,189,180). Sum of RGB (Red+Green+Blue) = 253+189+180=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDB4 is #02424B. Grayscale: #CFCFCF. Windows color (decimal): -148044 or 11845117. OLE color: 11845117.
HSL color Cylindrical-coordinate representation of color #FDBDB4: hue angle of 7.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDBDB4 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 180 | - |
CMYK | 0 | 0.25 | 0.29 | 0.01 |
HSL | 7.4º | 0.95% | 0.85% | - |
HSV(B) | 7.4º | 0.29% | 0.99% | - |
XYZ | 66.94 | 60.57 | 51.34 | - |
YUV | 207.11 | 112.7 | 160.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 180 | 0 | 0.25 | 0.29 | 0.01 | 7.4 | 0.95 | 0.85 |
Hex | FD | BD | B4 | 0 | 19 | 1D | 1 | 7 | 5F | 55 |
Octal | 375 | 275 | 264 | 0 | 31 | 35 | 1 | 7 | 137 | 125 |
Binary | 11111101 | 10111101 | 10110100 | 0 | 11001 | 11101 | 1 | 111 | 1011111 | 1010101 |
Color Harmonies of #FDBDB4
Complementary color
Monochromatic Colors of #FDBDB4
Black with #FDBDB4
Text Example
Text Example
White with #FDBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDB4; }
p { color: rgb(253,189,180); }
H1.HeaderClassName
{
color: #FDBDB4;
}
.AnyTagClassName
{
color: #FDBDB4;
}
</style>
background-color css
<style>
a { background-color: #FDBDB4; }
a { background-color: rgb(253,189,180); }
div.DivClassName
{
background-color: #FDBDB4;
}
.BgClassName
{
background-color: #FDBDB4;
}
</style>
border-color css
<style>
span { border-color: #FDBDB4; }
span { border-color: rgb(253,189,180); }
td.TdClassName
{
border-color: #FDBDB4;
}
.TagClassName
{
border-color: #FDBDB4;
}
</style>