Shades of Melon #FFB4AF
Tints of Melon #FFB4AF
RGB
CMYK
RGB Variations
Color information
#FFB4AF (or 0xFFB4AF) is known color: Melon. HEX triplet: FF, B4 and AF. RGB value is (255,180,175). Sum of RGB (Red+Green+Blue) = 255+180+175=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4AF is #004B50. Grayscale: #C9C9C9. Windows color (decimal): -19281 or 11515135. OLE color: 11515135.
HSL color Cylindrical-coordinate representation of color #FFB4AF: hue angle of 3.75º 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 #FFB4AF is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 175 | - |
| CMYK | 0 | 0.29 | 0.31 | 0 |
| HSL | 3.75º | 1% | 0.84% | - |
| HSV(B) | 3.75º | 0.31% | 1% | - |
| XYZ | 65.3 | 57 | 48.12 | - |
| YUV | 201.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 175 | 0 | 0.29 | 0.31 | 0 | 3.75 | 1 | 0.84 |
| Hex | FF | B4 | AF | 0 | 1D | 1F | 0 | 4 | 64 | 54 |
| Octal | 377 | 264 | 257 | 0 | 35 | 37 | 0 | 4 | 144 | 124 |
| Binary | 11111111 | 10110100 | 10101111 | 0 | 11101 | 11111 | 0 | 100 | 1100100 | 1010100 |
Color Harmonies of #FFB4AF
Complementary color
Monochromatic Colors of #FFB4AF
Black with #FFB4AF
Text Example
Text Example
White with #FFB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4AF; }
p { color: rgb(255,180,175); }
H1.HeaderClassName
{
color: #FFB4AF;
}
.AnyTagClassName
{
color: #FFB4AF;
}
</style>
background-color css
<style>
a { background-color: #FFB4AF; }
a { background-color: rgb(255,180,175); }
div.DivClassName
{
background-color: #FFB4AF;
}
.BgClassName
{
background-color: #FFB4AF;
}
</style>
border-color css
<style>
span { border-color: #FFB4AF; }
span { border-color: rgb(255,180,175); }
td.TdClassName
{
border-color: #FFB4AF;
}
.TagClassName
{
border-color: #FFB4AF;
}
</style>