Shades of Melon #FCBEAB
Tints of Melon #FCBEAB
RGB
CMYK
RGB Variations
Color information
#FCBEAB (or 0xFCBEAB) is known color: Melon. HEX triplet: FC, BE and AB. RGB value is (252,190,171). Sum of RGB (Red+Green+Blue) = 252+190+171=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBEAB is #034154. Grayscale: #CECECE. Windows color (decimal): -213333 or 11255548. OLE color: 11255548.
HSL color Cylindrical-coordinate representation of color #FCBEAB: hue angle of 14.07º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCBEAB is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 171 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.01 |
| HSL | 14.07º | 0.93% | 0.83% | - |
| HSV(B) | 14.07º | 0.32% | 0.99% | - |
| XYZ | 65.91 | 60.46 | 46.72 | - |
| YUV | 206.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 171 | 0 | 0.25 | 0.32 | 0.01 | 14.07 | 0.93 | 0.83 |
| Hex | FC | BE | AB | 0 | 19 | 20 | 1 | E | 5D | 53 |
| Octal | 374 | 276 | 253 | 0 | 31 | 40 | 1 | 16 | 135 | 123 |
| Binary | 11111100 | 10111110 | 10101011 | 0 | 11001 | 100000 | 1 | 1110 | 1011101 | 1010011 |
Color Harmonies of #FCBEAB
Complementary color
Monochromatic Colors of #FCBEAB
Black with #FCBEAB
Text Example
Text Example
White with #FCBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEAB; }
p { color: rgb(252,190,171); }
H1.HeaderClassName
{
color: #FCBEAB;
}
.AnyTagClassName
{
color: #FCBEAB;
}
</style>
background-color css
<style>
a { background-color: #FCBEAB; }
a { background-color: rgb(252,190,171); }
div.DivClassName
{
background-color: #FCBEAB;
}
.BgClassName
{
background-color: #FCBEAB;
}
</style>
border-color css
<style>
span { border-color: #FCBEAB; }
span { border-color: rgb(252,190,171); }
td.TdClassName
{
border-color: #FCBEAB;
}
.TagClassName
{
border-color: #FCBEAB;
}
</style>