Shades of Melon #FCBBB0
Tints of Melon #FCBBB0
RGB
CMYK
RGB Variations
Color information
#FCBBB0 (or 0xFCBBB0) is known color: Melon. HEX triplet: FC, BB and B0. RGB value is (252,187,176). Sum of RGB (Red+Green+Blue) = 252+187+176=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBB0 is #03444F. Grayscale: #CDCDCD. Windows color (decimal): -214096 or 11582460. OLE color: 11582460.
HSL color Cylindrical-coordinate representation of color #FCBBB0: hue angle of 8.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCBBB0 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 176 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.01 |
| HSL | 8.68º | 0.93% | 0.84% | - |
| HSV(B) | 8.68º | 0.3% | 0.99% | - |
| XYZ | 65.75 | 59.37 | 49.07 | - |
| YUV | 205.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 176 | 0 | 0.26 | 0.30 | 0.01 | 8.68 | 0.93 | 0.84 |
| Hex | FC | BB | B0 | 0 | 1A | 1E | 1 | 9 | 5D | 54 |
| Octal | 374 | 273 | 260 | 0 | 32 | 36 | 1 | 11 | 135 | 124 |
| Binary | 11111100 | 10111011 | 10110000 | 0 | 11010 | 11110 | 1 | 1001 | 1011101 | 1010100 |
Color Harmonies of #FCBBB0
Complementary color
Monochromatic Colors of #FCBBB0
Black with #FCBBB0
Text Example
Text Example
White with #FCBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBB0; }
p { color: rgb(252,187,176); }
H1.HeaderClassName
{
color: #FCBBB0;
}
.AnyTagClassName
{
color: #FCBBB0;
}
</style>
background-color css
<style>
a { background-color: #FCBBB0; }
a { background-color: rgb(252,187,176); }
div.DivClassName
{
background-color: #FCBBB0;
}
.BgClassName
{
background-color: #FCBBB0;
}
</style>
border-color css
<style>
span { border-color: #FCBBB0; }
span { border-color: rgb(252,187,176); }
td.TdClassName
{
border-color: #FCBBB0;
}
.TagClassName
{
border-color: #FCBBB0;
}
</style>