Shades of Peach #FAC6A6
Tints of Peach #FAC6A6
RGB
CMYK
RGB Variations
Color information
#FAC6A6 (or 0xFAC6A6) is known color: Peach. HEX triplet: FA, C6 and A6. RGB value is (250,198,166). Sum of RGB (Red+Green+Blue) = 250+198+166=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6A6 is #053959. Grayscale: #D2D2D2. Windows color (decimal): -342362 or 10929914. OLE color: 10929914.
HSL color Cylindrical-coordinate representation of color #FAC6A6: hue angle of 22.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAC6A6 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 166 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.02 |
| HSL | 22.86º | 0.89% | 0.82% | - |
| HSV(B) | 22.86º | 0.34% | 0.98% | - |
| XYZ | 66.5 | 63.47 | 44.82 | - |
| YUV | 209.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 166 | 0 | 0.21 | 0.34 | 0.02 | 22.86 | 0.89 | 0.82 |
| Hex | FA | C6 | A6 | 0 | 15 | 22 | 2 | 17 | 59 | 52 |
| Octal | 372 | 306 | 246 | 0 | 25 | 42 | 2 | 27 | 131 | 122 |
| Binary | 11111010 | 11000110 | 10100110 | 0 | 10101 | 100010 | 10 | 10111 | 1011001 | 1010010 |
Color Harmonies of #FAC6A6
Complementary color
Monochromatic Colors of #FAC6A6
Black with #FAC6A6
Text Example
Text Example
White with #FAC6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6A6; }
p { color: rgb(250,198,166); }
H1.HeaderClassName
{
color: #FAC6A6;
}
.AnyTagClassName
{
color: #FAC6A6;
}
</style>
background-color css
<style>
a { background-color: #FAC6A6; }
a { background-color: rgb(250,198,166); }
div.DivClassName
{
background-color: #FAC6A6;
}
.BgClassName
{
background-color: #FAC6A6;
}
</style>
border-color css
<style>
span { border-color: #FAC6A6; }
span { border-color: rgb(250,198,166); }
td.TdClassName
{
border-color: #FAC6A6;
}
.TagClassName
{
border-color: #FAC6A6;
}
</style>