Shades of Melon #FCBBB2
Tints of Melon #FCBBB2
RGB
CMYK
RGB Variations
Color information
#FCBBB2 (or 0xFCBBB2) is known color: Melon. HEX triplet: FC, BB and B2. RGB value is (252,187,178). Sum of RGB (Red+Green+Blue) = 252+187+178=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBB2 is #03444D. Grayscale: #CDCDCD. Windows color (decimal): -214094 or 11713532. OLE color: 11713532.
HSL color Cylindrical-coordinate representation of color #FCBBB2: hue angle of 7.3º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCBBB2 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 178 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.01 |
| HSL | 7.3º | 0.93% | 0.84% | - |
| HSV(B) | 7.3º | 0.29% | 0.99% | - |
| XYZ | 65.95 | 59.45 | 50.12 | - |
| YUV | 205.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 178 | 0 | 0.26 | 0.29 | 0.01 | 7.3 | 0.93 | 0.84 |
| Hex | FC | BB | B2 | 0 | 1A | 1D | 1 | 7 | 5C | 54 |
| Octal | 374 | 273 | 262 | 0 | 32 | 35 | 1 | 7 | 134 | 124 |
| Binary | 11111100 | 10111011 | 10110010 | 0 | 11010 | 11101 | 1 | 111 | 1011100 | 1010100 |
Color Harmonies of #FCBBB2
Complementary color
Monochromatic Colors of #FCBBB2
Black with #FCBBB2
Text Example
Text Example
White with #FCBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBB2; }
p { color: rgb(252,187,178); }
H1.HeaderClassName
{
color: #FCBBB2;
}
.AnyTagClassName
{
color: #FCBBB2;
}
</style>
background-color css
<style>
a { background-color: #FCBBB2; }
a { background-color: rgb(252,187,178); }
div.DivClassName
{
background-color: #FCBBB2;
}
.BgClassName
{
background-color: #FCBBB2;
}
</style>
border-color css
<style>
span { border-color: #FCBBB2; }
span { border-color: rgb(252,187,178); }
td.TdClassName
{
border-color: #FCBBB2;
}
.TagClassName
{
border-color: #FCBBB2;
}
</style>