Shades of Melon #FBB6A8
Tints of Melon #FBB6A8
RGB
CMYK
RGB Variations
Color information
#FBB6A8 (or 0xFBB6A8) is known color: Melon. HEX triplet: FB, B6 and A8. RGB value is (251,182,168). Sum of RGB (Red+Green+Blue) = 251+182+168=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6A8 is #044957. Grayscale: #C9C9C9. Windows color (decimal): -280920 or 11056891. OLE color: 11056891.
HSL color Cylindrical-coordinate representation of color #FBB6A8: hue angle of 10.12º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBB6A8 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 168 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.02 |
| HSL | 10.12º | 0.91% | 0.82% | - |
| HSV(B) | 10.12º | 0.33% | 0.98% | - |
| XYZ | 63.58 | 56.79 | 44.66 | - |
| YUV | 201.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 168 | 0 | 0.27 | 0.33 | 0.02 | 10.12 | 0.91 | 0.82 |
| Hex | FB | B6 | A8 | 0 | 1B | 21 | 2 | A | 5B | 52 |
| Octal | 373 | 266 | 250 | 0 | 33 | 41 | 2 | 12 | 133 | 122 |
| Binary | 11111011 | 10110110 | 10101000 | 0 | 11011 | 100001 | 10 | 1010 | 1011011 | 1010010 |
Color Harmonies of #FBB6A8
Complementary color
Monochromatic Colors of #FBB6A8
Black with #FBB6A8
Text Example
Text Example
White with #FBB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB6A8; }
p { color: rgb(251,182,168); }
H1.HeaderClassName
{
color: #FBB6A8;
}
.AnyTagClassName
{
color: #FBB6A8;
}
</style>
background-color css
<style>
a { background-color: #FBB6A8; }
a { background-color: rgb(251,182,168); }
div.DivClassName
{
background-color: #FBB6A8;
}
.BgClassName
{
background-color: #FBB6A8;
}
</style>
border-color css
<style>
span { border-color: #FBB6A8; }
span { border-color: rgb(251,182,168); }
td.TdClassName
{
border-color: #FBB6A8;
}
.TagClassName
{
border-color: #FBB6A8;
}
</style>