Shades of Melon #FDB7B3
Tints of Melon #FDB7B3
RGB
CMYK
RGB Variations
Color information
#FDB7B3 (or 0xFDB7B3) is known color: Melon. HEX triplet: FD, B7 and B3. RGB value is (253,183,179). Sum of RGB (Red+Green+Blue) = 253+183+179=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7B3 is #02484C. Grayscale: #CBCBCB. Windows color (decimal): -149581 or 11778045. OLE color: 11778045.
HSL color Cylindrical-coordinate representation of color #FDB7B3: hue angle of 3.24º 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 #FDB7B3 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 179 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.01 |
| HSL | 3.24º | 0.95% | 0.85% | - |
| HSV(B) | 3.24º | 0.29% | 0.99% | - |
| XYZ | 65.58 | 58 | 50.39 | - |
| YUV | 203.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 179 | 0 | 0.28 | 0.29 | 0.01 | 3.24 | 0.95 | 0.85 |
| Hex | FD | B7 | B3 | 0 | 1C | 1D | 1 | 3 | 5F | 55 |
| Octal | 375 | 267 | 263 | 0 | 34 | 35 | 1 | 3 | 137 | 125 |
| Binary | 11111101 | 10110111 | 10110011 | 0 | 11100 | 11101 | 1 | 11 | 1011111 | 1010101 |
Color Harmonies of #FDB7B3
Complementary color
Monochromatic Colors of #FDB7B3
Black with #FDB7B3
Text Example
Text Example
White with #FDB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7B3; }
p { color: rgb(253,183,179); }
H1.HeaderClassName
{
color: #FDB7B3;
}
.AnyTagClassName
{
color: #FDB7B3;
}
</style>
background-color css
<style>
a { background-color: #FDB7B3; }
a { background-color: rgb(253,183,179); }
div.DivClassName
{
background-color: #FDB7B3;
}
.BgClassName
{
background-color: #FDB7B3;
}
</style>
border-color css
<style>
span { border-color: #FDB7B3; }
span { border-color: rgb(253,183,179); }
td.TdClassName
{
border-color: #FDB7B3;
}
.TagClassName
{
border-color: #FDB7B3;
}
</style>