Shades of Melon #FCBBB4
Tints of Melon #FCBBB4
RGB
CMYK
RGB Variations
Color information
#FCBBB4 (or 0xFCBBB4) is known color: Melon. HEX triplet: FC, BB and B4. RGB value is (252,187,180). Sum of RGB (Red+Green+Blue) = 252+187+180=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBB4 is #03444B. Grayscale: #CDCDCD. Windows color (decimal): -214092 or 11844604. OLE color: 11844604.
HSL color Cylindrical-coordinate representation of color #FCBBB4: hue angle of 5.83º degrees, saturation: 0.92, 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 #FCBBB4 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 180 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.01 |
| HSL | 5.83º | 0.92% | 0.85% | - |
| HSV(B) | 5.83º | 0.29% | 0.99% | - |
| XYZ | 66.15 | 59.53 | 51.18 | - |
| YUV | 205.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 180 | 0 | 0.26 | 0.29 | 0.01 | 5.83 | 0.92 | 0.85 |
| Hex | FC | BB | B4 | 0 | 1A | 1D | 1 | 6 | 5C | 55 |
| Octal | 374 | 273 | 264 | 0 | 32 | 35 | 1 | 6 | 134 | 125 |
| Binary | 11111100 | 10111011 | 10110100 | 0 | 11010 | 11101 | 1 | 110 | 1011100 | 1010101 |
Color Harmonies of #FCBBB4
Complementary color
Monochromatic Colors of #FCBBB4
Black with #FCBBB4
Text Example
Text Example
White with #FCBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBB4; }
p { color: rgb(252,187,180); }
H1.HeaderClassName
{
color: #FCBBB4;
}
.AnyTagClassName
{
color: #FCBBB4;
}
</style>
background-color css
<style>
a { background-color: #FCBBB4; }
a { background-color: rgb(252,187,180); }
div.DivClassName
{
background-color: #FCBBB4;
}
.BgClassName
{
background-color: #FCBBB4;
}
</style>
border-color css
<style>
span { border-color: #FCBBB4; }
span { border-color: rgb(252,187,180); }
td.TdClassName
{
border-color: #FCBBB4;
}
.TagClassName
{
border-color: #FCBBB4;
}
</style>