Shades of Melon #FCBBA5
Tints of Melon #FCBBA5
RGB
CMYK
RGB Variations
Color information
#FCBBA5 (or 0xFCBBA5) is known color: Melon. HEX triplet: FC, BB and A5. RGB value is (252,187,165). Sum of RGB (Red+Green+Blue) = 252+187+165=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA5 is #03445A. Grayscale: #CCCCCC. Windows color (decimal): -214107 or 10861564. OLE color: 10861564.
HSL color Cylindrical-coordinate representation of color #FCBBA5: hue angle of 15.17º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCBBA5 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 165 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.01 |
| HSL | 15.17º | 0.94% | 0.82% | - |
| HSV(B) | 15.17º | 0.35% | 0.99% | - |
| XYZ | 64.71 | 58.95 | 43.57 | - |
| YUV | 203.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 165 | 0 | 0.26 | 0.35 | 0.01 | 15.17 | 0.94 | 0.82 |
| Hex | FC | BB | A5 | 0 | 1A | 23 | 1 | F | 5E | 52 |
| Octal | 374 | 273 | 245 | 0 | 32 | 43 | 1 | 17 | 136 | 122 |
| Binary | 11111100 | 10111011 | 10100101 | 0 | 11010 | 100011 | 1 | 1111 | 1011110 | 1010010 |
Color Harmonies of #FCBBA5
Complementary color
Monochromatic Colors of #FCBBA5
Black with #FCBBA5
Text Example
Text Example
White with #FCBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBA5; }
p { color: rgb(252,187,165); }
H1.HeaderClassName
{
color: #FCBBA5;
}
.AnyTagClassName
{
color: #FCBBA5;
}
</style>
background-color css
<style>
a { background-color: #FCBBA5; }
a { background-color: rgb(252,187,165); }
div.DivClassName
{
background-color: #FCBBA5;
}
.BgClassName
{
background-color: #FCBBA5;
}
</style>
border-color css
<style>
span { border-color: #FCBBA5; }
span { border-color: rgb(252,187,165); }
td.TdClassName
{
border-color: #FCBBA5;
}
.TagClassName
{
border-color: #FCBBA5;
}
</style>