Shades of Peach #FAC4A8
Tints of Peach #FAC4A8
RGB
CMYK
RGB Variations
Color information
#FAC4A8 (or 0xFAC4A8) is known color: Peach. HEX triplet: FA, C4 and A8. RGB value is (250,196,168). Sum of RGB (Red+Green+Blue) = 250+196+168=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4A8 is #053B57. Grayscale: #D1D1D1. Windows color (decimal): -342872 or 11060474. OLE color: 11060474.
HSL color Cylindrical-coordinate representation of color #FAC4A8: hue angle of 20.49º 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 #FAC4A8 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 168 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.02 |
| HSL | 20.49º | 0.89% | 0.82% | - |
| HSV(B) | 20.49º | 0.33% | 0.98% | - |
| XYZ | 66.23 | 62.63 | 45.64 | - |
| YUV | 208.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 168 | 0 | 0.22 | 0.33 | 0.02 | 20.49 | 0.89 | 0.82 |
| Hex | FA | C4 | A8 | 0 | 16 | 21 | 2 | 14 | 59 | 52 |
| Octal | 372 | 304 | 250 | 0 | 26 | 41 | 2 | 24 | 131 | 122 |
| Binary | 11111010 | 11000100 | 10101000 | 0 | 10110 | 100001 | 10 | 10100 | 1011001 | 1010010 |
Color Harmonies of #FAC4A8
Complementary color
Monochromatic Colors of #FAC4A8
Black with #FAC4A8
Text Example
Text Example
White with #FAC4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4A8; }
p { color: rgb(250,196,168); }
H1.HeaderClassName
{
color: #FAC4A8;
}
.AnyTagClassName
{
color: #FAC4A8;
}
</style>
background-color css
<style>
a { background-color: #FAC4A8; }
a { background-color: rgb(250,196,168); }
div.DivClassName
{
background-color: #FAC4A8;
}
.BgClassName
{
background-color: #FAC4A8;
}
</style>
border-color css
<style>
span { border-color: #FAC4A8; }
span { border-color: rgb(250,196,168); }
td.TdClassName
{
border-color: #FAC4A8;
}
.TagClassName
{
border-color: #FAC4A8;
}
</style>