Shades of Melon #FDBDB2
Tints of Melon #FDBDB2
RGB
CMYK
RGB Variations
Color information
#FDBDB2 (or 0xFDBDB2) is known color: Melon. HEX triplet: FD, BD and B2. RGB value is (253,189,178). Sum of RGB (Red+Green+Blue) = 253+189+178=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBDB2 is #02424D. Grayscale: #CECECE. Windows color (decimal): -148046 or 11714045. OLE color: 11714045.
HSL color Cylindrical-coordinate representation of color #FDBDB2: hue angle of 8.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDBDB2 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 178 | - |
CMYK | 0 | 0.25 | 0.30 | 0.01 |
HSL | 8.8º | 0.95% | 0.85% | - |
HSV(B) | 8.8º | 0.3% | 0.99% | - |
XYZ | 66.74 | 60.49 | 50.28 | - |
YUV | 206.88 | 111.7 | 160.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 178 | 0 | 0.25 | 0.30 | 0.01 | 8.8 | 0.95 | 0.85 |
Hex | FD | BD | B2 | 0 | 19 | 1E | 1 | 9 | 5F | 55 |
Octal | 375 | 275 | 262 | 0 | 31 | 36 | 1 | 11 | 137 | 125 |
Binary | 11111101 | 10111101 | 10110010 | 0 | 11001 | 11110 | 1 | 1001 | 1011111 | 1010101 |
Color Harmonies of #FDBDB2
Complementary color
Monochromatic Colors of #FDBDB2
Black with #FDBDB2
Text Example
Text Example
White with #FDBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDB2; }
p { color: rgb(253,189,178); }
H1.HeaderClassName
{
color: #FDBDB2;
}
.AnyTagClassName
{
color: #FDBDB2;
}
</style>
background-color css
<style>
a { background-color: #FDBDB2; }
a { background-color: rgb(253,189,178); }
div.DivClassName
{
background-color: #FDBDB2;
}
.BgClassName
{
background-color: #FDBDB2;
}
</style>
border-color css
<style>
span { border-color: #FDBDB2; }
span { border-color: rgb(253,189,178); }
td.TdClassName
{
border-color: #FDBDB2;
}
.TagClassName
{
border-color: #FDBDB2;
}
</style>