Shades of Peach #FAC7A6
Tints of Peach #FAC7A6
RGB
CMYK
RGB Variations
Color information
#FAC7A6 (or 0xFAC7A6) is known color: Peach. HEX triplet: FA, C7 and A6. RGB value is (250,199,166). Sum of RGB (Red+Green+Blue) = 250+199+166=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7A6 is #053859. Grayscale: #D2D2D2. Windows color (decimal): -342106 or 10930170. OLE color: 10930170.
HSL color Cylindrical-coordinate representation of color #FAC7A6: hue angle of 23.57º 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 #FAC7A6 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 166 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.02 |
| HSL | 23.57º | 0.89% | 0.82% | - |
| HSV(B) | 23.57º | 0.34% | 0.98% | - |
| XYZ | 66.73 | 63.92 | 44.9 | - |
| YUV | 210.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 166 | 0 | 0.20 | 0.34 | 0.02 | 23.57 | 0.89 | 0.82 |
| Hex | FA | C7 | A6 | 0 | 14 | 22 | 2 | 18 | 59 | 52 |
| Octal | 372 | 307 | 246 | 0 | 24 | 42 | 2 | 30 | 131 | 122 |
| Binary | 11111010 | 11000111 | 10100110 | 0 | 10100 | 100010 | 10 | 11000 | 1011001 | 1010010 |
Color Harmonies of #FAC7A6
Complementary color
Monochromatic Colors of #FAC7A6
Black with #FAC7A6
Text Example
Text Example
White with #FAC7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7A6; }
p { color: rgb(250,199,166); }
H1.HeaderClassName
{
color: #FAC7A6;
}
.AnyTagClassName
{
color: #FAC7A6;
}
</style>
background-color css
<style>
a { background-color: #FAC7A6; }
a { background-color: rgb(250,199,166); }
div.DivClassName
{
background-color: #FAC7A6;
}
.BgClassName
{
background-color: #FAC7A6;
}
</style>
border-color css
<style>
span { border-color: #FAC7A6; }
span { border-color: rgb(250,199,166); }
td.TdClassName
{
border-color: #FAC7A6;
}
.TagClassName
{
border-color: #FAC7A6;
}
</style>