Shades of Melon #FCBFB4
Tints of Melon #FCBFB4
RGB
CMYK
RGB Variations
Color information
#FCBFB4 (or 0xFCBFB4) is known color: Melon. HEX triplet: FC, BF and B4. RGB value is (252,191,180). Sum of RGB (Red+Green+Blue) = 252+191+180=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFB4 is #03404B. Grayscale: #D0D0D0. Windows color (decimal): -213068 or 11845628. OLE color: 11845628.
HSL color Cylindrical-coordinate representation of color #FCBFB4: hue angle of 9.17º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCBFB4 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 180 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.01 |
| HSL | 9.17º | 0.92% | 0.85% | - |
| HSV(B) | 9.17º | 0.29% | 0.99% | - |
| XYZ | 67.01 | 61.25 | 51.47 | - |
| YUV | 207.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 180 | 0 | 0.24 | 0.29 | 0.01 | 9.17 | 0.92 | 0.85 |
| Hex | FC | BF | B4 | 0 | 18 | 1D | 1 | 9 | 5C | 55 |
| Octal | 374 | 277 | 264 | 0 | 30 | 35 | 1 | 11 | 134 | 125 |
| Binary | 11111100 | 10111111 | 10110100 | 0 | 11000 | 11101 | 1 | 1001 | 1011100 | 1010101 |
Color Harmonies of #FCBFB4
Complementary color
Monochromatic Colors of #FCBFB4
Black with #FCBFB4
Text Example
Text Example
White with #FCBFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFB4; }
p { color: rgb(252,191,180); }
H1.HeaderClassName
{
color: #FCBFB4;
}
.AnyTagClassName
{
color: #FCBFB4;
}
</style>
background-color css
<style>
a { background-color: #FCBFB4; }
a { background-color: rgb(252,191,180); }
div.DivClassName
{
background-color: #FCBFB4;
}
.BgClassName
{
background-color: #FCBFB4;
}
</style>
border-color css
<style>
span { border-color: #FCBFB4; }
span { border-color: rgb(252,191,180); }
td.TdClassName
{
border-color: #FCBFB4;
}
.TagClassName
{
border-color: #FCBFB4;
}
</style>