Shades of Peach-Orange #FACE9D
Tints of Peach-Orange #FACE9D
RGB
CMYK
RGB Variations
Color information
#FACE9D (or 0xFACE9D) is known color: Peach-Orange. HEX triplet: FA, CE and 9D. RGB value is (250,206,157). Sum of RGB (Red+Green+Blue) = 250+206+157=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE9D is #053162. Grayscale: #D5D5D5. Windows color (decimal): -340323 or 10342138. OLE color: 10342138.
HSL color Cylindrical-coordinate representation of color #FACE9D: hue angle of 31.61º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FACE9D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 157 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.02 |
| HSL | 31.61º | 0.9% | 0.8% | - |
| HSV(B) | 31.61º | 0.37% | 0.98% | - |
| XYZ | 67.58 | 66.9 | 41.25 | - |
| YUV | 213.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 157 | 0 | 0.18 | 0.37 | 0.02 | 31.61 | 0.9 | 0.8 |
| Hex | FA | CE | 9D | 0 | 12 | 25 | 2 | 20 | 5A | 50 |
| Octal | 372 | 316 | 235 | 0 | 22 | 45 | 2 | 40 | 132 | 120 |
| Binary | 11111010 | 11001110 | 10011101 | 0 | 10010 | 100101 | 10 | 100000 | 1011010 | 1010000 |
Color Harmonies of #FACE9D
Complementary color
Monochromatic Colors of #FACE9D
Black with #FACE9D
Text Example
Text Example
White with #FACE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE9D; }
p { color: rgb(250,206,157); }
H1.HeaderClassName
{
color: #FACE9D;
}
.AnyTagClassName
{
color: #FACE9D;
}
</style>
background-color css
<style>
a { background-color: #FACE9D; }
a { background-color: rgb(250,206,157); }
div.DivClassName
{
background-color: #FACE9D;
}
.BgClassName
{
background-color: #FACE9D;
}
</style>
border-color css
<style>
span { border-color: #FACE9D; }
span { border-color: rgb(250,206,157); }
td.TdClassName
{
border-color: #FACE9D;
}
.TagClassName
{
border-color: #FACE9D;
}
</style>