Shades of Melon #FBBFAE
Tints of Melon #FBBFAE
RGB
CMYK
RGB Variations
Color information
#FBBFAE (or 0xFBBFAE) is known color: Melon. HEX triplet: FB, BF and AE. RGB value is (251,191,174). Sum of RGB (Red+Green+Blue) = 251+191+174=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBFAE is #044051. Grayscale: #CFCFCF. Windows color (decimal): -278610 or 11452411. OLE color: 11452411.
HSL color Cylindrical-coordinate representation of color #FBBFAE: hue angle of 13.25º 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 #FBBFAE is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 174 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.02 |
| HSL | 13.25º | 0.91% | 0.83% | - |
| HSV(B) | 13.25º | 0.31% | 0.98% | - |
| XYZ | 66.05 | 60.83 | 48.3 | - |
| YUV | 207 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 174 | 0 | 0.24 | 0.31 | 0.02 | 13.25 | 0.91 | 0.83 |
| Hex | FB | BF | AE | 0 | 18 | 1F | 2 | D | 5B | 53 |
| Octal | 373 | 277 | 256 | 0 | 30 | 37 | 2 | 15 | 133 | 123 |
| Binary | 11111011 | 10111111 | 10101110 | 0 | 11000 | 11111 | 10 | 1101 | 1011011 | 1010011 |
Color Harmonies of #FBBFAE
Complementary color
Monochromatic Colors of #FBBFAE
Black with #FBBFAE
Text Example
Text Example
White with #FBBFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFAE; }
p { color: rgb(251,191,174); }
H1.HeaderClassName
{
color: #FBBFAE;
}
.AnyTagClassName
{
color: #FBBFAE;
}
</style>
background-color css
<style>
a { background-color: #FBBFAE; }
a { background-color: rgb(251,191,174); }
div.DivClassName
{
background-color: #FBBFAE;
}
.BgClassName
{
background-color: #FBBFAE;
}
</style>
border-color css
<style>
span { border-color: #FBBFAE; }
span { border-color: rgb(251,191,174); }
td.TdClassName
{
border-color: #FBBFAE;
}
.TagClassName
{
border-color: #FBBFAE;
}
</style>