Shades of Peach #FAC6A7
Tints of Peach #FAC6A7
RGB
CMYK
RGB Variations
Color information
#FAC6A7 (or 0xFAC6A7) is known color: Peach. HEX triplet: FA, C6 and A7. RGB value is (250,198,167). Sum of RGB (Red+Green+Blue) = 250+198+167=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 167 (65.62% from 255 or 27.15% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6A7 is #053958. Grayscale: #D2D2D2. Windows color (decimal): -342361 or 10995450. OLE color: 10995450.
HSL color Cylindrical-coordinate representation of color #FAC6A7: hue angle of 22.41º 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 #FAC6A7 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 167 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.02 |
| HSL | 22.41º | 0.89% | 0.82% | - |
| HSV(B) | 22.41º | 0.33% | 0.98% | - |
| XYZ | 66.59 | 63.5 | 45.31 | - |
| YUV | 210.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 167 | 0 | 0.21 | 0.33 | 0.02 | 22.41 | 0.89 | 0.82 |
| Hex | FA | C6 | A7 | 0 | 15 | 21 | 2 | 16 | 59 | 52 |
| Octal | 372 | 306 | 247 | 0 | 25 | 41 | 2 | 26 | 131 | 122 |
| Binary | 11111010 | 11000110 | 10100111 | 0 | 10101 | 100001 | 10 | 10110 | 1011001 | 1010010 |
Color Harmonies of #FAC6A7
Complementary color
Monochromatic Colors of #FAC6A7
Black with #FAC6A7
Text Example
Text Example
White with #FAC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6A7; }
p { color: rgb(250,198,167); }
H1.HeaderClassName
{
color: #FAC6A7;
}
.AnyTagClassName
{
color: #FAC6A7;
}
</style>
background-color css
<style>
a { background-color: #FAC6A7; }
a { background-color: rgb(250,198,167); }
div.DivClassName
{
background-color: #FAC6A7;
}
.BgClassName
{
background-color: #FAC6A7;
}
</style>
border-color css
<style>
span { border-color: #FAC6A7; }
span { border-color: rgb(250,198,167); }
td.TdClassName
{
border-color: #FAC6A7;
}
.TagClassName
{
border-color: #FAC6A7;
}
</style>