Shades of Melon #FDBBB3
Tints of Melon #FDBBB3
RGB
CMYK
RGB Variations
Color information
#FDBBB3 (or 0xFDBBB3) is known color: Melon. HEX triplet: FD, BB and B3. RGB value is (253,187,179). Sum of RGB (Red+Green+Blue) = 253+187+179=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBB3 is #02444C. Grayscale: #CDCDCD. Windows color (decimal): -148557 or 11779069. OLE color: 11779069.
HSL color Cylindrical-coordinate representation of color #FDBBB3: hue angle of 6.49º 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 #FDBBB3 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 179 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.01 |
| HSL | 6.49º | 0.95% | 0.85% | - |
| HSV(B) | 6.49º | 0.29% | 0.99% | - |
| XYZ | 66.42 | 59.68 | 50.67 | - |
| YUV | 205.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 179 | 0 | 0.26 | 0.29 | 0.01 | 6.49 | 0.95 | 0.85 |
| Hex | FD | BB | B3 | 0 | 1A | 1D | 1 | 6 | 5F | 55 |
| Octal | 375 | 273 | 263 | 0 | 32 | 35 | 1 | 6 | 137 | 125 |
| Binary | 11111101 | 10111011 | 10110011 | 0 | 11010 | 11101 | 1 | 110 | 1011111 | 1010101 |
Color Harmonies of #FDBBB3
Complementary color
Monochromatic Colors of #FDBBB3
Black with #FDBBB3
Text Example
Text Example
White with #FDBBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBB3; }
p { color: rgb(253,187,179); }
H1.HeaderClassName
{
color: #FDBBB3;
}
.AnyTagClassName
{
color: #FDBBB3;
}
</style>
background-color css
<style>
a { background-color: #FDBBB3; }
a { background-color: rgb(253,187,179); }
div.DivClassName
{
background-color: #FDBBB3;
}
.BgClassName
{
background-color: #FDBBB3;
}
</style>
border-color css
<style>
span { border-color: #FDBBB3; }
span { border-color: rgb(253,187,179); }
td.TdClassName
{
border-color: #FDBBB3;
}
.TagClassName
{
border-color: #FDBBB3;
}
</style>