Shades of Peach #FACFAA
Tints of Peach #FACFAA
RGB
CMYK
RGB Variations
Color information
#FACFAA (or 0xFACFAA) is known color: Peach. HEX triplet: FA, CF and AA. RGB value is (250,207,170). Sum of RGB (Red+Green+Blue) = 250+207+170=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACFAA is #053055. Grayscale: #D7D7D7. Windows color (decimal): -340054 or 11194362. OLE color: 11194362.
HSL color Cylindrical-coordinate representation of color #FACFAA: hue angle of 27.75º 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 #FACFAA is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 170 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.02 |
| HSL | 27.75º | 0.89% | 0.82% | - |
| HSV(B) | 27.75º | 0.32% | 0.98% | - |
| XYZ | 68.99 | 67.85 | 47.49 | - |
| YUV | 215.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 170 | 0 | 0.17 | 0.32 | 0.02 | 27.75 | 0.89 | 0.82 |
| Hex | FA | CF | AA | 0 | 11 | 20 | 2 | 1C | 59 | 52 |
| Octal | 372 | 317 | 252 | 0 | 21 | 40 | 2 | 34 | 131 | 122 |
| Binary | 11111010 | 11001111 | 10101010 | 0 | 10001 | 100000 | 10 | 11100 | 1011001 | 1010010 |
Color Harmonies of #FACFAA
Complementary color
Monochromatic Colors of #FACFAA
Black with #FACFAA
Text Example
Text Example
White with #FACFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFAA; }
p { color: rgb(250,207,170); }
H1.HeaderClassName
{
color: #FACFAA;
}
.AnyTagClassName
{
color: #FACFAA;
}
</style>
background-color css
<style>
a { background-color: #FACFAA; }
a { background-color: rgb(250,207,170); }
div.DivClassName
{
background-color: #FACFAA;
}
.BgClassName
{
background-color: #FACFAA;
}
</style>
border-color css
<style>
span { border-color: #FACFAA; }
span { border-color: rgb(250,207,170); }
td.TdClassName
{
border-color: #FACFAA;
}
.TagClassName
{
border-color: #FACFAA;
}
</style>