Shades of Melon #FBB6AD
Tints of Melon #FBB6AD
RGB
CMYK
RGB Variations
Color information
#FBB6AD (or 0xFBB6AD) is known color: Melon. HEX triplet: FB, B6 and AD. RGB value is (251,182,173). Sum of RGB (Red+Green+Blue) = 251+182+173=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6AD is #044952. Grayscale: #C9C9C9. Windows color (decimal): -280915 or 11384571. OLE color: 11384571.
HSL color Cylindrical-coordinate representation of color #FBB6AD: hue angle of 6.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBB6AD is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 173 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.02 |
| HSL | 6.92º | 0.91% | 0.83% | - |
| HSV(B) | 6.92º | 0.31% | 0.98% | - |
| XYZ | 64.05 | 56.98 | 47.16 | - |
| YUV | 201.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 173 | 0 | 0.27 | 0.31 | 0.02 | 6.92 | 0.91 | 0.83 |
| Hex | FB | B6 | AD | 0 | 1B | 1F | 2 | 7 | 5B | 53 |
| Octal | 373 | 266 | 255 | 0 | 33 | 37 | 2 | 7 | 133 | 123 |
| Binary | 11111011 | 10110110 | 10101101 | 0 | 11011 | 11111 | 10 | 111 | 1011011 | 1010011 |
Color Harmonies of #FBB6AD
Complementary color
Monochromatic Colors of #FBB6AD
Black with #FBB6AD
Text Example
Text Example
White with #FBB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB6AD; }
p { color: rgb(251,182,173); }
H1.HeaderClassName
{
color: #FBB6AD;
}
.AnyTagClassName
{
color: #FBB6AD;
}
</style>
background-color css
<style>
a { background-color: #FBB6AD; }
a { background-color: rgb(251,182,173); }
div.DivClassName
{
background-color: #FBB6AD;
}
.BgClassName
{
background-color: #FBB6AD;
}
</style>
border-color css
<style>
span { border-color: #FBB6AD; }
span { border-color: rgb(251,182,173); }
td.TdClassName
{
border-color: #FBB6AD;
}
.TagClassName
{
border-color: #FBB6AD;
}
</style>