Shades of Melon #FBBDA8
Tints of Melon #FBBDA8
RGB
CMYK
RGB Variations
Color information
#FBBDA8 (or 0xFBBDA8) is known color: Melon. HEX triplet: FB, BD and A8. RGB value is (251,189,168). Sum of RGB (Red+Green+Blue) = 251+189+168=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDA8 is #044257. Grayscale: #CDCDCD. Windows color (decimal): -279128 or 11058683. OLE color: 11058683.
HSL color Cylindrical-coordinate representation of color #FBBDA8: hue angle of 15.18º 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 #FBBDA8 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 168 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.02 |
| HSL | 15.18º | 0.91% | 0.82% | - |
| HSV(B) | 15.18º | 0.33% | 0.98% | - |
| XYZ | 65.05 | 59.73 | 45.15 | - |
| YUV | 205.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 168 | 0 | 0.25 | 0.33 | 0.02 | 15.18 | 0.91 | 0.82 |
| Hex | FB | BD | A8 | 0 | 19 | 21 | 2 | F | 5B | 52 |
| Octal | 373 | 275 | 250 | 0 | 31 | 41 | 2 | 17 | 133 | 122 |
| Binary | 11111011 | 10111101 | 10101000 | 0 | 11001 | 100001 | 10 | 1111 | 1011011 | 1010010 |
Color Harmonies of #FBBDA8
Complementary color
Monochromatic Colors of #FBBDA8
Black with #FBBDA8
Text Example
Text Example
White with #FBBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDA8; }
p { color: rgb(251,189,168); }
H1.HeaderClassName
{
color: #FBBDA8;
}
.AnyTagClassName
{
color: #FBBDA8;
}
</style>
background-color css
<style>
a { background-color: #FBBDA8; }
a { background-color: rgb(251,189,168); }
div.DivClassName
{
background-color: #FBBDA8;
}
.BgClassName
{
background-color: #FBBDA8;
}
</style>
border-color css
<style>
span { border-color: #FBBDA8; }
span { border-color: rgb(251,189,168); }
td.TdClassName
{
border-color: #FBBDA8;
}
.TagClassName
{
border-color: #FBBDA8;
}
</style>