Shades of Melon #FAB6B2
Tints of Melon #FAB6B2
RGB
CMYK
RGB Variations
Color information
#FAB6B2 (or 0xFAB6B2) is known color: Melon. HEX triplet: FA, B6 and B2. RGB value is (250,182,178). Sum of RGB (Red+Green+Blue) = 250+182+178=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6B2 is #05494D. Grayscale: #C9C9C9. Windows color (decimal): -346446 or 11712250. OLE color: 11712250.
HSL color Cylindrical-coordinate representation of color #FAB6B2: hue angle of 3.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB6B2 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 178 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.02 |
| HSL | 3.33º | 0.88% | 0.84% | - |
| HSV(B) | 3.33º | 0.29% | 0.98% | - |
| XYZ | 64.19 | 56.99 | 49.74 | - |
| YUV | 201.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 178 | 0 | 0.27 | 0.29 | 0.02 | 3.33 | 0.88 | 0.84 |
| Hex | FA | B6 | B2 | 0 | 1B | 1D | 2 | 3 | 58 | 54 |
| Octal | 372 | 266 | 262 | 0 | 33 | 35 | 2 | 3 | 130 | 124 |
| Binary | 11111010 | 10110110 | 10110010 | 0 | 11011 | 11101 | 10 | 11 | 1011000 | 1010100 |
Color Harmonies of #FAB6B2
Complementary color
Monochromatic Colors of #FAB6B2
Black with #FAB6B2
Text Example
Text Example
White with #FAB6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6B2; }
p { color: rgb(250,182,178); }
H1.HeaderClassName
{
color: #FAB6B2;
}
.AnyTagClassName
{
color: #FAB6B2;
}
</style>
background-color css
<style>
a { background-color: #FAB6B2; }
a { background-color: rgb(250,182,178); }
div.DivClassName
{
background-color: #FAB6B2;
}
.BgClassName
{
background-color: #FAB6B2;
}
</style>
border-color css
<style>
span { border-color: #FAB6B2; }
span { border-color: rgb(250,182,178); }
td.TdClassName
{
border-color: #FAB6B2;
}
.TagClassName
{
border-color: #FAB6B2;
}
</style>