Shades of Melon #FCBBB7
Tints of Melon #FCBBB7
RGB
CMYK
RGB Variations
Color information
#FCBBB7 (or 0xFCBBB7) is known color: Melon. HEX triplet: FC, BB and B7. RGB value is (252,187,183). Sum of RGB (Red+Green+Blue) = 252+187+183=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBB7 is #034448. Grayscale: #CECECE. Windows color (decimal): -214089 or 12041212. OLE color: 12041212.
HSL color Cylindrical-coordinate representation of color #FCBBB7: hue angle of 3.48º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCBBB7 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 183 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.01 |
| HSL | 3.48º | 0.92% | 0.85% | - |
| HSV(B) | 3.48º | 0.27% | 0.99% | - |
| XYZ | 66.46 | 59.65 | 52.81 | - |
| YUV | 205.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 183 | 0 | 0.26 | 0.27 | 0.01 | 3.48 | 0.92 | 0.85 |
| Hex | FC | BB | B7 | 0 | 1A | 1B | 1 | 3 | 5C | 55 |
| Octal | 374 | 273 | 267 | 0 | 32 | 33 | 1 | 3 | 134 | 125 |
| Binary | 11111100 | 10111011 | 10110111 | 0 | 11010 | 11011 | 1 | 11 | 1011100 | 1010101 |
Color Harmonies of #FCBBB7
Complementary color
Monochromatic Colors of #FCBBB7
Black with #FCBBB7
Text Example
Text Example
White with #FCBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBB7; }
p { color: rgb(252,187,183); }
H1.HeaderClassName
{
color: #FCBBB7;
}
.AnyTagClassName
{
color: #FCBBB7;
}
</style>
background-color css
<style>
a { background-color: #FCBBB7; }
a { background-color: rgb(252,187,183); }
div.DivClassName
{
background-color: #FCBBB7;
}
.BgClassName
{
background-color: #FCBBB7;
}
</style>
border-color css
<style>
span { border-color: #FCBBB7; }
span { border-color: rgb(252,187,183); }
td.TdClassName
{
border-color: #FCBBB7;
}
.TagClassName
{
border-color: #FCBBB7;
}
</style>