Shades of Melon #FFBEAF
Tints of Melon #FFBEAF
RGB
CMYK
RGB Variations
Color information
#FFBEAF (or 0xFFBEAF) is known color: Melon. HEX triplet: FF, BE and AF. RGB value is (255,190,175). Sum of RGB (Red+Green+Blue) = 255+190+175=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBEAF is #004150. Grayscale: #CFCFCF. Windows color (decimal): -16721 or 11517695. OLE color: 11517695.
HSL color Cylindrical-coordinate representation of color #FFBEAF: hue angle of 11.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFBEAF is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 175 | - |
| CMYK | 0 | 0.25 | 0.31 | 0 |
| HSL | 11.25º | 1% | 0.84% | - |
| HSV(B) | 11.25º | 0.31% | 1% | - |
| XYZ | 67.39 | 61.18 | 48.81 | - |
| YUV | 207.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 175 | 0 | 0.25 | 0.31 | 0 | 11.25 | 1 | 0.84 |
| Hex | FF | BE | AF | 0 | 19 | 1F | 0 | B | 64 | 54 |
| Octal | 377 | 276 | 257 | 0 | 31 | 37 | 0 | 13 | 144 | 124 |
| Binary | 11111111 | 10111110 | 10101111 | 0 | 11001 | 11111 | 0 | 1011 | 1100100 | 1010100 |
Color Harmonies of #FFBEAF
Complementary color
Monochromatic Colors of #FFBEAF
Black with #FFBEAF
Text Example
Text Example
White with #FFBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEAF; }
p { color: rgb(255,190,175); }
H1.HeaderClassName
{
color: #FFBEAF;
}
.AnyTagClassName
{
color: #FFBEAF;
}
</style>
background-color css
<style>
a { background-color: #FFBEAF; }
a { background-color: rgb(255,190,175); }
div.DivClassName
{
background-color: #FFBEAF;
}
.BgClassName
{
background-color: #FFBEAF;
}
</style>
border-color css
<style>
span { border-color: #FFBEAF; }
span { border-color: rgb(255,190,175); }
td.TdClassName
{
border-color: #FFBEAF;
}
.TagClassName
{
border-color: #FFBEAF;
}
</style>