Shades of Melon #FCBDB2
Tints of Melon #FCBDB2
RGB
CMYK
RGB Variations
Color information
#FCBDB2 (or 0xFCBDB2) is known color: Melon. HEX triplet: FC, BD and B2. RGB value is (252,189,178). Sum of RGB (Red+Green+Blue) = 252+189+178=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDB2 is #03424D. Grayscale: #CECECE. Windows color (decimal): -213582 or 11714044. OLE color: 11714044.
HSL color Cylindrical-coordinate representation of color #FCBDB2: hue angle of 8.92º 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 #FCBDB2 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 178 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.01 |
| HSL | 8.92º | 0.93% | 0.84% | - |
| HSV(B) | 8.92º | 0.29% | 0.99% | - |
| XYZ | 66.38 | 60.3 | 50.26 | - |
| YUV | 206.58 | 111.87 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 178 | 0 | 0.25 | 0.29 | 0.01 | 8.92 | 0.93 | 0.84 |
| Hex | FC | BD | B2 | 0 | 19 | 1D | 1 | 9 | 5C | 54 |
| Octal | 374 | 275 | 262 | 0 | 31 | 35 | 1 | 11 | 134 | 124 |
| Binary | 11111100 | 10111101 | 10110010 | 0 | 11001 | 11101 | 1 | 1001 | 1011100 | 1010100 |
Color Harmonies of #FCBDB2
Complementary color
Monochromatic Colors of #FCBDB2
Black with #FCBDB2
Text Example
Text Example
White with #FCBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDB2; }
p { color: rgb(252,189,178); }
H1.HeaderClassName
{
color: #FCBDB2;
}
.AnyTagClassName
{
color: #FCBDB2;
}
</style>
background-color css
<style>
a { background-color: #FCBDB2; }
a { background-color: rgb(252,189,178); }
div.DivClassName
{
background-color: #FCBDB2;
}
.BgClassName
{
background-color: #FCBDB2;
}
</style>
border-color css
<style>
span { border-color: #FCBDB2; }
span { border-color: rgb(252,189,178); }
td.TdClassName
{
border-color: #FCBDB2;
}
.TagClassName
{
border-color: #FCBDB2;
}
</style>