Shades of Melon #FBBBAB
Tints of Melon #FBBBAB
RGB
CMYK
RGB Variations
Color information
#FBBBAB (or 0xFBBBAB) is known color: Melon. HEX triplet: FB, BB and AB. RGB value is (251,187,171). Sum of RGB (Red+Green+Blue) = 251+187+171=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBAB is #044454. Grayscale: #CCCCCC. Windows color (decimal): -279637 or 11254779. OLE color: 11254779.
HSL color Cylindrical-coordinate representation of color #FBBBAB: hue angle of 12º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBBBAB is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 171 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.02 |
| HSL | 12º | 0.91% | 0.83% | - |
| HSV(B) | 12º | 0.32% | 0.98% | - |
| XYZ | 64.9 | 58.99 | 46.49 | - |
| YUV | 204.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 171 | 0 | 0.25 | 0.32 | 0.02 | 12 | 0.91 | 0.83 |
| Hex | FB | BB | AB | 0 | 19 | 20 | 2 | C | 5B | 53 |
| Octal | 373 | 273 | 253 | 0 | 31 | 40 | 2 | 14 | 133 | 123 |
| Binary | 11111011 | 10111011 | 10101011 | 0 | 11001 | 100000 | 10 | 1100 | 1011011 | 1010011 |
Color Harmonies of #FBBBAB
Complementary color
Monochromatic Colors of #FBBBAB
Black with #FBBBAB
Text Example
Text Example
White with #FBBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBAB; }
p { color: rgb(251,187,171); }
H1.HeaderClassName
{
color: #FBBBAB;
}
.AnyTagClassName
{
color: #FBBBAB;
}
</style>
background-color css
<style>
a { background-color: #FBBBAB; }
a { background-color: rgb(251,187,171); }
div.DivClassName
{
background-color: #FBBBAB;
}
.BgClassName
{
background-color: #FBBBAB;
}
</style>
border-color css
<style>
span { border-color: #FBBBAB; }
span { border-color: rgb(251,187,171); }
td.TdClassName
{
border-color: #FBBBAB;
}
.TagClassName
{
border-color: #FBBBAB;
}
</style>