Shades of Melon #FCBBAA
Tints of Melon #FCBBAA
RGB
CMYK
RGB Variations
Color information
#FCBBAA (or 0xFCBBAA) is known color: Melon. HEX triplet: FC, BB and AA. RGB value is (252,187,170). Sum of RGB (Red+Green+Blue) = 252+187+170=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBAA is #034455. Grayscale: #CCCCCC. Windows color (decimal): -214102 or 11189244. OLE color: 11189244.
HSL color Cylindrical-coordinate representation of color #FCBBAA: hue angle of 12.44º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCBBAA is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 170 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.01 |
| HSL | 12.44º | 0.93% | 0.83% | - |
| HSV(B) | 12.44º | 0.33% | 0.99% | - |
| XYZ | 65.17 | 59.14 | 46.01 | - |
| YUV | 204.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 170 | 0 | 0.26 | 0.33 | 0.01 | 12.44 | 0.93 | 0.83 |
| Hex | FC | BB | AA | 0 | 1A | 21 | 1 | C | 5D | 53 |
| Octal | 374 | 273 | 252 | 0 | 32 | 41 | 1 | 14 | 135 | 123 |
| Binary | 11111100 | 10111011 | 10101010 | 0 | 11010 | 100001 | 1 | 1100 | 1011101 | 1010011 |
Color Harmonies of #FCBBAA
Complementary color
Monochromatic Colors of #FCBBAA
Black with #FCBBAA
Text Example
Text Example
White with #FCBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBAA; }
p { color: rgb(252,187,170); }
H1.HeaderClassName
{
color: #FCBBAA;
}
.AnyTagClassName
{
color: #FCBBAA;
}
</style>
background-color css
<style>
a { background-color: #FCBBAA; }
a { background-color: rgb(252,187,170); }
div.DivClassName
{
background-color: #FCBBAA;
}
.BgClassName
{
background-color: #FCBBAA;
}
</style>
border-color css
<style>
span { border-color: #FCBBAA; }
span { border-color: rgb(252,187,170); }
td.TdClassName
{
border-color: #FCBBAA;
}
.TagClassName
{
border-color: #FCBBAA;
}
</style>