Shades of Peach #FAC9A0
Tints of Peach #FAC9A0
RGB
CMYK
RGB Variations
Color information
#FAC9A0 (or 0xFAC9A0) is known color: Peach. HEX triplet: FA, C9 and A0. RGB value is (250,201,160). Sum of RGB (Red+Green+Blue) = 250+201+160=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9A0 is #05365F. Grayscale: #D3D3D3. Windows color (decimal): -341600 or 10537466. OLE color: 10537466.
HSL color Cylindrical-coordinate representation of color #FAC9A0: hue angle of 27.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAC9A0 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 160 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.02 |
| HSL | 27.33º | 0.9% | 0.8% | - |
| HSV(B) | 27.33º | 0.36% | 0.98% | - |
| XYZ | 66.66 | 64.64 | 42.22 | - |
| YUV | 210.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 160 | 0 | 0.20 | 0.36 | 0.02 | 27.33 | 0.9 | 0.8 |
| Hex | FA | C9 | A0 | 0 | 14 | 24 | 2 | 1B | 5A | 50 |
| Octal | 372 | 311 | 240 | 0 | 24 | 44 | 2 | 33 | 132 | 120 |
| Binary | 11111010 | 11001001 | 10100000 | 0 | 10100 | 100100 | 10 | 11011 | 1011010 | 1010000 |
Color Harmonies of #FAC9A0
Complementary color
Monochromatic Colors of #FAC9A0
Black with #FAC9A0
Text Example
Text Example
White with #FAC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9A0; }
p { color: rgb(250,201,160); }
H1.HeaderClassName
{
color: #FAC9A0;
}
.AnyTagClassName
{
color: #FAC9A0;
}
</style>
background-color css
<style>
a { background-color: #FAC9A0; }
a { background-color: rgb(250,201,160); }
div.DivClassName
{
background-color: #FAC9A0;
}
.BgClassName
{
background-color: #FAC9A0;
}
</style>
border-color css
<style>
span { border-color: #FAC9A0; }
span { border-color: rgb(250,201,160); }
td.TdClassName
{
border-color: #FAC9A0;
}
.TagClassName
{
border-color: #FAC9A0;
}
</style>