Shades of Melon #F2B8AA
Tints of Melon #F2B8AA
RGB
CMYK
RGB Variations
Color information
#F2B8AA (or 0xF2B8AA) is known color: Melon. HEX triplet: F2, B8 and AA. RGB value is (242,184,170). Sum of RGB (Red+Green+Blue) = 242+184+170=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B8AA is #0D4755. Grayscale: #C7C7C7. Windows color (decimal): -870230 or 11188466. OLE color: 11188466.
HSL color Cylindrical-coordinate representation of color #F2B8AA: hue angle of 11.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2B8AA is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 170 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.05 |
| HSL | 11.67º | 0.73% | 0.81% | - |
| HSV(B) | 11.67º | 0.3% | 0.95% | - |
| XYZ | 61.01 | 56.06 | 45.64 | - |
| YUV | 199.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 170 | 0 | 0.24 | 0.30 | 0.05 | 11.67 | 0.73 | 0.81 |
| Hex | F2 | B8 | AA | 0 | 18 | 1E | 5 | C | 49 | 51 |
| Octal | 362 | 270 | 252 | 0 | 30 | 36 | 5 | 14 | 111 | 121 |
| Binary | 11110010 | 10111000 | 10101010 | 0 | 11000 | 11110 | 101 | 1100 | 1001001 | 1010001 |
Color Harmonies of #F2B8AA
Complementary color
Monochromatic Colors of #F2B8AA
Black with #F2B8AA
Text Example
Text Example
White with #F2B8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B8AA; }
p { color: rgb(242,184,170); }
H1.HeaderClassName
{
color: #F2B8AA;
}
.AnyTagClassName
{
color: #F2B8AA;
}
</style>
background-color css
<style>
a { background-color: #F2B8AA; }
a { background-color: rgb(242,184,170); }
div.DivClassName
{
background-color: #F2B8AA;
}
.BgClassName
{
background-color: #F2B8AA;
}
</style>
border-color css
<style>
span { border-color: #F2B8AA; }
span { border-color: rgb(242,184,170); }
td.TdClassName
{
border-color: #F2B8AA;
}
.TagClassName
{
border-color: #F2B8AA;
}
</style>