Shades of Melon #FFC4B1
Tints of Melon #FFC4B1
RGB
CMYK
RGB Variations
Color information
#FFC4B1 (or 0xFFC4B1) is known color: Melon. HEX triplet: FF, C4 and B1. RGB value is (255,196,177). Sum of RGB (Red+Green+Blue) = 255+196+177=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4B1 is #003B4E. Grayscale: #D3D3D3. Windows color (decimal): -15183 or 11650303. OLE color: 11650303.
HSL color Cylindrical-coordinate representation of color #FFC4B1: hue angle of 14.62º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC4B1 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 177 | - |
| CMYK | 0 | 0.23 | 0.31 | 0 |
| HSL | 14.62º | 1% | 0.85% | - |
| HSV(B) | 14.62º | 0.31% | 1% | - |
| XYZ | 68.92 | 63.91 | 50.3 | - |
| YUV | 211.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 177 | 0 | 0.23 | 0.31 | 0 | 14.62 | 1 | 0.85 |
| Hex | FF | C4 | B1 | 0 | 17 | 1F | 0 | F | 64 | 55 |
| Octal | 377 | 304 | 261 | 0 | 27 | 37 | 0 | 17 | 144 | 125 |
| Binary | 11111111 | 11000100 | 10110001 | 0 | 10111 | 11111 | 0 | 1111 | 1100100 | 1010101 |
Color Harmonies of #FFC4B1
Complementary color
Monochromatic Colors of #FFC4B1
Black with #FFC4B1
Text Example
Text Example
White with #FFC4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4B1; }
p { color: rgb(255,196,177); }
H1.HeaderClassName
{
color: #FFC4B1;
}
.AnyTagClassName
{
color: #FFC4B1;
}
</style>
background-color css
<style>
a { background-color: #FFC4B1; }
a { background-color: rgb(255,196,177); }
div.DivClassName
{
background-color: #FFC4B1;
}
.BgClassName
{
background-color: #FFC4B1;
}
</style>
border-color css
<style>
span { border-color: #FFC4B1; }
span { border-color: rgb(255,196,177); }
td.TdClassName
{
border-color: #FFC4B1;
}
.TagClassName
{
border-color: #FFC4B1;
}
</style>