Shades of Peach #FAC9A1
Tints of Peach #FAC9A1
RGB
CMYK
RGB Variations
Color information
#FAC9A1 (or 0xFAC9A1) is known color: Peach. HEX triplet: FA, C9 and A1. RGB value is (250,201,161). Sum of RGB (Red+Green+Blue) = 250+201+161=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 161 (63.28% from 255 or 26.31% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9A1 is #05365E. Grayscale: #D3D3D3. Windows color (decimal): -341599 or 10603002. OLE color: 10603002.
HSL color Cylindrical-coordinate representation of color #FAC9A1: hue angle of 26.97º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAC9A1 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 161 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.02 |
| HSL | 26.97º | 0.9% | 0.81% | - |
| HSV(B) | 26.97º | 0.36% | 0.98% | - |
| XYZ | 66.74 | 64.67 | 42.68 | - |
| YUV | 211.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 161 | 0 | 0.20 | 0.36 | 0.02 | 26.97 | 0.9 | 0.81 |
| Hex | FA | C9 | A1 | 0 | 14 | 24 | 2 | 1B | 5A | 51 |
| Octal | 372 | 311 | 241 | 0 | 24 | 44 | 2 | 33 | 132 | 121 |
| Binary | 11111010 | 11001001 | 10100001 | 0 | 10100 | 100100 | 10 | 11011 | 1011010 | 1010001 |
Color Harmonies of #FAC9A1
Complementary color
Monochromatic Colors of #FAC9A1
Black with #FAC9A1
Text Example
Text Example
White with #FAC9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9A1; }
p { color: rgb(250,201,161); }
H1.HeaderClassName
{
color: #FAC9A1;
}
.AnyTagClassName
{
color: #FAC9A1;
}
</style>
background-color css
<style>
a { background-color: #FAC9A1; }
a { background-color: rgb(250,201,161); }
div.DivClassName
{
background-color: #FAC9A1;
}
.BgClassName
{
background-color: #FAC9A1;
}
</style>
border-color css
<style>
span { border-color: #FAC9A1; }
span { border-color: rgb(250,201,161); }
td.TdClassName
{
border-color: #FAC9A1;
}
.TagClassName
{
border-color: #FAC9A1;
}
</style>