Shades of Peach-Orange #FACE9C
Tints of Peach-Orange #FACE9C
RGB
CMYK
RGB Variations
Color information
#FACE9C (or 0xFACE9C) is known color: Peach-Orange. HEX triplet: FA, CE and 9C. RGB value is (250,206,156). Sum of RGB (Red+Green+Blue) = 250+206+156=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE9C is #053163. Grayscale: #D5D5D5. Windows color (decimal): -340324 or 10276602. OLE color: 10276602.
HSL color Cylindrical-coordinate representation of color #FACE9C: hue angle of 31.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FACE9C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 156 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.02 |
| HSL | 31.91º | 0.9% | 0.8% | - |
| HSV(B) | 31.91º | 0.38% | 0.98% | - |
| XYZ | 67.5 | 66.87 | 40.8 | - |
| YUV | 213.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 156 | 0 | 0.18 | 0.38 | 0.02 | 31.91 | 0.9 | 0.8 |
| Hex | FA | CE | 9C | 0 | 12 | 26 | 2 | 20 | 5A | 50 |
| Octal | 372 | 316 | 234 | 0 | 22 | 46 | 2 | 40 | 132 | 120 |
| Binary | 11111010 | 11001110 | 10011100 | 0 | 10010 | 100110 | 10 | 100000 | 1011010 | 1010000 |
Color Harmonies of #FACE9C
Complementary color
Monochromatic Colors of #FACE9C
Black with #FACE9C
Text Example
Text Example
White with #FACE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE9C; }
p { color: rgb(250,206,156); }
H1.HeaderClassName
{
color: #FACE9C;
}
.AnyTagClassName
{
color: #FACE9C;
}
</style>
background-color css
<style>
a { background-color: #FACE9C; }
a { background-color: rgb(250,206,156); }
div.DivClassName
{
background-color: #FACE9C;
}
.BgClassName
{
background-color: #FACE9C;
}
</style>
border-color css
<style>
span { border-color: #FACE9C; }
span { border-color: rgb(250,206,156); }
td.TdClassName
{
border-color: #FACE9C;
}
.TagClassName
{
border-color: #FACE9C;
}
</style>