Shades of Melon #FBB4A4
Tints of Melon #FBB4A4
RGB
CMYK
RGB Variations
Color information
#FBB4A4 (or 0xFBB4A4) is known color: Melon. HEX triplet: FB, B4 and A4. RGB value is (251,180,164). Sum of RGB (Red+Green+Blue) = 251+180+164=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB4A4 is #044B5B. Grayscale: #C7C7C7. Windows color (decimal): -281436 or 10794235. OLE color: 10794235.
HSL color Cylindrical-coordinate representation of color #FBB4A4: hue angle of 11.03º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBB4A4 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 164 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.02 |
| HSL | 11.03º | 0.92% | 0.81% | - |
| HSV(B) | 11.03º | 0.35% | 0.98% | - |
| XYZ | 62.81 | 55.83 | 42.59 | - |
| YUV | 199.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 164 | 0 | 0.28 | 0.35 | 0.02 | 11.03 | 0.92 | 0.81 |
| Hex | FB | B4 | A4 | 0 | 1C | 23 | 2 | B | 5C | 51 |
| Octal | 373 | 264 | 244 | 0 | 34 | 43 | 2 | 13 | 134 | 121 |
| Binary | 11111011 | 10110100 | 10100100 | 0 | 11100 | 100011 | 10 | 1011 | 1011100 | 1010001 |
Color Harmonies of #FBB4A4
Complementary color
Monochromatic Colors of #FBB4A4
Black with #FBB4A4
Text Example
Text Example
White with #FBB4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4A4; }
p { color: rgb(251,180,164); }
H1.HeaderClassName
{
color: #FBB4A4;
}
.AnyTagClassName
{
color: #FBB4A4;
}
</style>
background-color css
<style>
a { background-color: #FBB4A4; }
a { background-color: rgb(251,180,164); }
div.DivClassName
{
background-color: #FBB4A4;
}
.BgClassName
{
background-color: #FBB4A4;
}
</style>
border-color css
<style>
span { border-color: #FBB4A4; }
span { border-color: rgb(251,180,164); }
td.TdClassName
{
border-color: #FBB4A4;
}
.TagClassName
{
border-color: #FBB4A4;
}
</style>