Shades of Melon #FDBFAB
Tints of Melon #FDBFAB
RGB
CMYK
RGB Variations
Color information
#FDBFAB (or 0xFDBFAB) is known color: Melon. HEX triplet: FD, BF and AB. RGB value is (253,191,171). Sum of RGB (Red+Green+Blue) = 253+191+171=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBFAB is #024054. Grayscale: #CFCFCF. Windows color (decimal): -147541 or 11255805. OLE color: 11255805.
HSL color Cylindrical-coordinate representation of color #FDBFAB: hue angle of 14.63º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDBFAB is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 171 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.01 |
| HSL | 14.63º | 0.95% | 0.83% | - |
| HSV(B) | 14.63º | 0.32% | 0.99% | - |
| XYZ | 66.49 | 61.08 | 46.81 | - |
| YUV | 207.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 171 | 0 | 0.25 | 0.32 | 0.01 | 14.63 | 0.95 | 0.83 |
| Hex | FD | BF | AB | 0 | 19 | 20 | 1 | F | 5F | 53 |
| Octal | 375 | 277 | 253 | 0 | 31 | 40 | 1 | 17 | 137 | 123 |
| Binary | 11111101 | 10111111 | 10101011 | 0 | 11001 | 100000 | 1 | 1111 | 1011111 | 1010011 |
Color Harmonies of #FDBFAB
Complementary color
Monochromatic Colors of #FDBFAB
Black with #FDBFAB
Text Example
Text Example
White with #FDBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFAB; }
p { color: rgb(253,191,171); }
H1.HeaderClassName
{
color: #FDBFAB;
}
.AnyTagClassName
{
color: #FDBFAB;
}
</style>
background-color css
<style>
a { background-color: #FDBFAB; }
a { background-color: rgb(253,191,171); }
div.DivClassName
{
background-color: #FDBFAB;
}
.BgClassName
{
background-color: #FDBFAB;
}
</style>
border-color css
<style>
span { border-color: #FDBFAB; }
span { border-color: rgb(253,191,171); }
td.TdClassName
{
border-color: #FDBFAB;
}
.TagClassName
{
border-color: #FDBFAB;
}
</style>