Shades of Peach #FACAA7
Tints of Peach #FACAA7
RGB
CMYK
RGB Variations
Color information
#FACAA7 (or 0xFACAA7) is known color: Peach. HEX triplet: FA, CA and A7. RGB value is (250,202,167). Sum of RGB (Red+Green+Blue) = 250+202+167=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAA7 is #053558. Grayscale: #D4D4D4. Windows color (decimal): -341337 or 10996474. OLE color: 10996474.
HSL color Cylindrical-coordinate representation of color #FACAA7: hue angle of 25.3º 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 #FACAA7 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 167 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.02 |
| HSL | 25.3º | 0.89% | 0.82% | - |
| HSV(B) | 25.3º | 0.33% | 0.98% | - |
| XYZ | 67.52 | 65.36 | 45.62 | - |
| YUV | 212.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 167 | 0 | 0.19 | 0.33 | 0.02 | 25.3 | 0.89 | 0.82 |
| Hex | FA | CA | A7 | 0 | 13 | 21 | 2 | 19 | 59 | 52 |
| Octal | 372 | 312 | 247 | 0 | 23 | 41 | 2 | 31 | 131 | 122 |
| Binary | 11111010 | 11001010 | 10100111 | 0 | 10011 | 100001 | 10 | 11001 | 1011001 | 1010010 |
Color Harmonies of #FACAA7
Complementary color
Monochromatic Colors of #FACAA7
Black with #FACAA7
Text Example
Text Example
White with #FACAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAA7; }
p { color: rgb(250,202,167); }
H1.HeaderClassName
{
color: #FACAA7;
}
.AnyTagClassName
{
color: #FACAA7;
}
</style>
background-color css
<style>
a { background-color: #FACAA7; }
a { background-color: rgb(250,202,167); }
div.DivClassName
{
background-color: #FACAA7;
}
.BgClassName
{
background-color: #FACAA7;
}
</style>
border-color css
<style>
span { border-color: #FACAA7; }
span { border-color: rgb(250,202,167); }
td.TdClassName
{
border-color: #FACAA7;
}
.TagClassName
{
border-color: #FACAA7;
}
</style>