Shades of Peach #FAC3A9
Tints of Peach #FAC3A9
RGB
CMYK
RGB Variations
Color information
#FAC3A9 (or 0xFAC3A9) is known color: Peach. HEX triplet: FA, C3 and A9. RGB value is (250,195,169). Sum of RGB (Red+Green+Blue) = 250+195+169=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3A9 is #053C56. Grayscale: #D0D0D0. Windows color (decimal): -343127 or 11125754. OLE color: 11125754.
HSL color Cylindrical-coordinate representation of color #FAC3A9: hue angle of 19.26º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAC3A9 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 169 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.02 |
| HSL | 19.26º | 0.89% | 0.82% | - |
| HSV(B) | 19.26º | 0.32% | 0.98% | - |
| XYZ | 66.1 | 62.22 | 46.06 | - |
| YUV | 208.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 169 | 0 | 0.22 | 0.32 | 0.02 | 19.26 | 0.89 | 0.82 |
| Hex | FA | C3 | A9 | 0 | 16 | 20 | 2 | 13 | 59 | 52 |
| Octal | 372 | 303 | 251 | 0 | 26 | 40 | 2 | 23 | 131 | 122 |
| Binary | 11111010 | 11000011 | 10101001 | 0 | 10110 | 100000 | 10 | 10011 | 1011001 | 1010010 |
Color Harmonies of #FAC3A9
Complementary color
Monochromatic Colors of #FAC3A9
Black with #FAC3A9
Text Example
Text Example
White with #FAC3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3A9; }
p { color: rgb(250,195,169); }
H1.HeaderClassName
{
color: #FAC3A9;
}
.AnyTagClassName
{
color: #FAC3A9;
}
</style>
background-color css
<style>
a { background-color: #FAC3A9; }
a { background-color: rgb(250,195,169); }
div.DivClassName
{
background-color: #FAC3A9;
}
.BgClassName
{
background-color: #FAC3A9;
}
</style>
border-color css
<style>
span { border-color: #FAC3A9; }
span { border-color: rgb(250,195,169); }
td.TdClassName
{
border-color: #FAC3A9;
}
.TagClassName
{
border-color: #FAC3A9;
}
</style>