Shades of Melon #FDB6B3
Tints of Melon #FDB6B3
RGB
CMYK
RGB Variations
Color information
#FDB6B3 (or 0xFDB6B3) is known color: Melon. HEX triplet: FD, B6 and B3. RGB value is (253,182,179). Sum of RGB (Red+Green+Blue) = 253+182+179=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 179 (70.31% from 255 or 29.15% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6B3 is #02494C. Grayscale: #CACACA. Windows color (decimal): -149837 or 11777789. OLE color: 11777789.
HSL color Cylindrical-coordinate representation of color #FDB6B3: hue angle of 2.43º 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 #FDB6B3 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 179 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.01 |
| HSL | 2.43º | 0.95% | 0.85% | - |
| HSV(B) | 2.43º | 0.29% | 0.99% | - |
| XYZ | 65.37 | 57.59 | 50.32 | - |
| YUV | 202.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 179 | 0 | 0.28 | 0.29 | 0.01 | 2.43 | 0.95 | 0.85 |
| Hex | FD | B6 | B3 | 0 | 1C | 1D | 1 | 2 | 5F | 55 |
| Octal | 375 | 266 | 263 | 0 | 34 | 35 | 1 | 2 | 137 | 125 |
| Binary | 11111101 | 10110110 | 10110011 | 0 | 11100 | 11101 | 1 | 10 | 1011111 | 1010101 |
Color Harmonies of #FDB6B3
Complementary color
Monochromatic Colors of #FDB6B3
Black with #FDB6B3
Text Example
Text Example
White with #FDB6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6B3; }
p { color: rgb(253,182,179); }
H1.HeaderClassName
{
color: #FDB6B3;
}
.AnyTagClassName
{
color: #FDB6B3;
}
</style>
background-color css
<style>
a { background-color: #FDB6B3; }
a { background-color: rgb(253,182,179); }
div.DivClassName
{
background-color: #FDB6B3;
}
.BgClassName
{
background-color: #FDB6B3;
}
</style>
border-color css
<style>
span { border-color: #FDB6B3; }
span { border-color: rgb(253,182,179); }
td.TdClassName
{
border-color: #FDB6B3;
}
.TagClassName
{
border-color: #FDB6B3;
}
</style>