Shades of Peach #FAC7A8
Tints of Peach #FAC7A8
RGB
CMYK
RGB Variations
Color information
#FAC7A8 (or 0xFAC7A8) is known color: Peach. HEX triplet: FA, C7 and A8. RGB value is (250,199,168). Sum of RGB (Red+Green+Blue) = 250+199+168=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7A8 is #053857. Grayscale: #D2D2D2. Windows color (decimal): -342104 or 11061242. OLE color: 11061242.
HSL color Cylindrical-coordinate representation of color #FAC7A8: hue angle of 22.68º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAC7A8 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 168 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.02 |
| HSL | 22.68º | 0.89% | 0.82% | - |
| HSV(B) | 22.68º | 0.33% | 0.98% | - |
| XYZ | 66.92 | 64 | 45.87 | - |
| YUV | 210.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 168 | 0 | 0.20 | 0.33 | 0.02 | 22.68 | 0.89 | 0.82 |
| Hex | FA | C7 | A8 | 0 | 14 | 21 | 2 | 17 | 59 | 52 |
| Octal | 372 | 307 | 250 | 0 | 24 | 41 | 2 | 27 | 131 | 122 |
| Binary | 11111010 | 11000111 | 10101000 | 0 | 10100 | 100001 | 10 | 10111 | 1011001 | 1010010 |
Color Harmonies of #FAC7A8
Complementary color
Monochromatic Colors of #FAC7A8
Black with #FAC7A8
Text Example
Text Example
White with #FAC7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7A8; }
p { color: rgb(250,199,168); }
H1.HeaderClassName
{
color: #FAC7A8;
}
.AnyTagClassName
{
color: #FAC7A8;
}
</style>
background-color css
<style>
a { background-color: #FAC7A8; }
a { background-color: rgb(250,199,168); }
div.DivClassName
{
background-color: #FAC7A8;
}
.BgClassName
{
background-color: #FAC7A8;
}
</style>
border-color css
<style>
span { border-color: #FAC7A8; }
span { border-color: rgb(250,199,168); }
td.TdClassName
{
border-color: #FAC7A8;
}
.TagClassName
{
border-color: #FAC7A8;
}
</style>