Shades of Melon #FCBBA7
Tints of Melon #FCBBA7
RGB
CMYK
RGB Variations
Color information
#FCBBA7 (or 0xFCBBA7) is known color: Melon. HEX triplet: FC, BB and A7. RGB value is (252,187,167). Sum of RGB (Red+Green+Blue) = 252+187+167=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA7 is #034458. Grayscale: #CCCCCC. Windows color (decimal): -214105 or 10992636. OLE color: 10992636.
HSL color Cylindrical-coordinate representation of color #FCBBA7: hue angle of 14.12º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCBBA7 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 167 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.01 |
| HSL | 14.12º | 0.93% | 0.82% | - |
| HSV(B) | 14.12º | 0.34% | 0.99% | - |
| XYZ | 64.89 | 59.03 | 44.53 | - |
| YUV | 204.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 167 | 0 | 0.26 | 0.34 | 0.01 | 14.12 | 0.93 | 0.82 |
| Hex | FC | BB | A7 | 0 | 1A | 22 | 1 | E | 5D | 52 |
| Octal | 374 | 273 | 247 | 0 | 32 | 42 | 1 | 16 | 135 | 122 |
| Binary | 11111100 | 10111011 | 10100111 | 0 | 11010 | 100010 | 1 | 1110 | 1011101 | 1010010 |
Color Harmonies of #FCBBA7
Complementary color
Monochromatic Colors of #FCBBA7
Black with #FCBBA7
Text Example
Text Example
White with #FCBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBA7; }
p { color: rgb(252,187,167); }
H1.HeaderClassName
{
color: #FCBBA7;
}
.AnyTagClassName
{
color: #FCBBA7;
}
</style>
background-color css
<style>
a { background-color: #FCBBA7; }
a { background-color: rgb(252,187,167); }
div.DivClassName
{
background-color: #FCBBA7;
}
.BgClassName
{
background-color: #FCBBA7;
}
</style>
border-color css
<style>
span { border-color: #FCBBA7; }
span { border-color: rgb(252,187,167); }
td.TdClassName
{
border-color: #FCBBA7;
}
.TagClassName
{
border-color: #FCBBA7;
}
</style>