Shades of Melon #FAC1B2
Tints of Melon #FAC1B2
RGB
CMYK
RGB Variations
Color information
#FAC1B2 (or 0xFAC1B2) is known color: Melon. HEX triplet: FA, C1 and B2. RGB value is (250,193,178). Sum of RGB (Red+Green+Blue) = 250+193+178=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1B2 is #053E4D. Grayscale: #D0D0D0. Windows color (decimal): -343630 or 11715066. OLE color: 11715066.
HSL color Cylindrical-coordinate representation of color #FAC1B2: hue angle of 12.5º 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 #FAC1B2 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 178 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.02 |
| HSL | 12.5º | 0.88% | 0.84% | - |
| HSV(B) | 12.5º | 0.29% | 0.98% | - |
| XYZ | 66.53 | 61.68 | 50.52 | - |
| YUV | 208.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 178 | 0 | 0.23 | 0.29 | 0.02 | 12.5 | 0.88 | 0.84 |
| Hex | FA | C1 | B2 | 0 | 17 | 1D | 2 | C | 58 | 54 |
| Octal | 372 | 301 | 262 | 0 | 27 | 35 | 2 | 14 | 130 | 124 |
| Binary | 11111010 | 11000001 | 10110010 | 0 | 10111 | 11101 | 10 | 1100 | 1011000 | 1010100 |
Color Harmonies of #FAC1B2
Complementary color
Monochromatic Colors of #FAC1B2
Black with #FAC1B2
Text Example
Text Example
White with #FAC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1B2; }
p { color: rgb(250,193,178); }
H1.HeaderClassName
{
color: #FAC1B2;
}
.AnyTagClassName
{
color: #FAC1B2;
}
</style>
background-color css
<style>
a { background-color: #FAC1B2; }
a { background-color: rgb(250,193,178); }
div.DivClassName
{
background-color: #FAC1B2;
}
.BgClassName
{
background-color: #FAC1B2;
}
</style>
border-color css
<style>
span { border-color: #FAC1B2; }
span { border-color: rgb(250,193,178); }
td.TdClassName
{
border-color: #FAC1B2;
}
.TagClassName
{
border-color: #FAC1B2;
}
</style>