Shades of Peach-Orange #FACD8E
Tints of Peach-Orange #FACD8E
RGB
CMYK
RGB Variations
Color information
#FACD8E (or 0xFACD8E) is known color: Peach-Orange. HEX triplet: FA, CD and 8E. RGB value is (250,205,142). Sum of RGB (Red+Green+Blue) = 250+205+142=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD8E is #053271. Grayscale: #D3D3D3. Windows color (decimal): -340594 or 9358842. OLE color: 9358842.
HSL color Cylindrical-coordinate representation of color #FACD8E: hue angle of 35º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FACD8E is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 142 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.02 |
| HSL | 35º | 0.92% | 0.77% | - |
| HSV(B) | 35º | 0.43% | 0.98% | - |
| XYZ | 66.14 | 65.94 | 34.83 | - |
| YUV | 211.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 142 | 0 | 0.18 | 0.43 | 0.02 | 35 | 0.92 | 0.77 |
| Hex | FA | CD | 8E | 0 | 12 | 2B | 2 | 23 | 5C | 4D |
| Octal | 372 | 315 | 216 | 0 | 22 | 53 | 2 | 43 | 134 | 115 |
| Binary | 11111010 | 11001101 | 10001110 | 0 | 10010 | 101011 | 10 | 100011 | 1011100 | 1001101 |
Color Harmonies of #FACD8E
Complementary color
Monochromatic Colors of #FACD8E
Black with #FACD8E
Text Example
Text Example
White with #FACD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD8E; }
p { color: rgb(250,205,142); }
H1.HeaderClassName
{
color: #FACD8E;
}
.AnyTagClassName
{
color: #FACD8E;
}
</style>
background-color css
<style>
a { background-color: #FACD8E; }
a { background-color: rgb(250,205,142); }
div.DivClassName
{
background-color: #FACD8E;
}
.BgClassName
{
background-color: #FACD8E;
}
</style>
border-color css
<style>
span { border-color: #FACD8E; }
span { border-color: rgb(250,205,142); }
td.TdClassName
{
border-color: #FACD8E;
}
.TagClassName
{
border-color: #FACD8E;
}
</style>