Shades of Peach #FAC9A2
Tints of Peach #FAC9A2
RGB
CMYK
RGB Variations
Color information
#FAC9A2 (or 0xFAC9A2) is known color: Peach. HEX triplet: FA, C9 and A2. RGB value is (250,201,162). Sum of RGB (Red+Green+Blue) = 250+201+162=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 162 (63.67% from 255 or 26.43% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9A2 is #05365D. Grayscale: #D3D3D3. Windows color (decimal): -341598 or 10668538. OLE color: 10668538.
HSL color Cylindrical-coordinate representation of color #FAC9A2: hue angle of 26.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAC9A2 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 162 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.02 |
| HSL | 26.59º | 0.9% | 0.81% | - |
| HSV(B) | 26.59º | 0.35% | 0.98% | - |
| XYZ | 66.83 | 64.71 | 43.15 | - |
| YUV | 211.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 162 | 0 | 0.20 | 0.35 | 0.02 | 26.59 | 0.9 | 0.81 |
| Hex | FA | C9 | A2 | 0 | 14 | 23 | 2 | 1B | 5A | 51 |
| Octal | 372 | 311 | 242 | 0 | 24 | 43 | 2 | 33 | 132 | 121 |
| Binary | 11111010 | 11001001 | 10100010 | 0 | 10100 | 100011 | 10 | 11011 | 1011010 | 1010001 |
Color Harmonies of #FAC9A2
Complementary color
Monochromatic Colors of #FAC9A2
Black with #FAC9A2
Text Example
Text Example
White with #FAC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9A2; }
p { color: rgb(250,201,162); }
H1.HeaderClassName
{
color: #FAC9A2;
}
.AnyTagClassName
{
color: #FAC9A2;
}
</style>
background-color css
<style>
a { background-color: #FAC9A2; }
a { background-color: rgb(250,201,162); }
div.DivClassName
{
background-color: #FAC9A2;
}
.BgClassName
{
background-color: #FAC9A2;
}
</style>
border-color css
<style>
span { border-color: #FAC9A2; }
span { border-color: rgb(250,201,162); }
td.TdClassName
{
border-color: #FAC9A2;
}
.TagClassName
{
border-color: #FAC9A2;
}
</style>