Shades of Melon #FFC4B0
Tints of Melon #FFC4B0
RGB
CMYK
RGB Variations
Color information
#FFC4B0 (or 0xFFC4B0) is known color: Melon. HEX triplet: FF, C4 and B0. RGB value is (255,196,176). Sum of RGB (Red+Green+Blue) = 255+196+176=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4B0 is #003B4F. Grayscale: #D3D3D3. Windows color (decimal): -15184 or 11584767. OLE color: 11584767.
HSL color Cylindrical-coordinate representation of color #FFC4B0: hue angle of 15.19º 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 #FFC4B0 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 176 | - |
| CMYK | 0 | 0.23 | 0.31 | 0 |
| HSL | 15.19º | 1% | 0.85% | - |
| HSV(B) | 15.19º | 0.31% | 1% | - |
| XYZ | 68.82 | 63.87 | 49.78 | - |
| YUV | 211.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 176 | 0 | 0.23 | 0.31 | 0 | 15.19 | 1 | 0.85 |
| Hex | FF | C4 | B0 | 0 | 17 | 1F | 0 | F | 64 | 55 |
| Octal | 377 | 304 | 260 | 0 | 27 | 37 | 0 | 17 | 144 | 125 |
| Binary | 11111111 | 11000100 | 10110000 | 0 | 10111 | 11111 | 0 | 1111 | 1100100 | 1010101 |
Color Harmonies of #FFC4B0
Complementary color
Monochromatic Colors of #FFC4B0
Black with #FFC4B0
Text Example
Text Example
White with #FFC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4B0; }
p { color: rgb(255,196,176); }
H1.HeaderClassName
{
color: #FFC4B0;
}
.AnyTagClassName
{
color: #FFC4B0;
}
</style>
background-color css
<style>
a { background-color: #FFC4B0; }
a { background-color: rgb(255,196,176); }
div.DivClassName
{
background-color: #FFC4B0;
}
.BgClassName
{
background-color: #FFC4B0;
}
</style>
border-color css
<style>
span { border-color: #FFC4B0; }
span { border-color: rgb(255,196,176); }
td.TdClassName
{
border-color: #FFC4B0;
}
.TagClassName
{
border-color: #FFC4B0;
}
</style>