Shades of Peach #FACEA8
Tints of Peach #FACEA8
RGB
CMYK
RGB Variations
Color information
#FACEA8 (or 0xFACEA8) is known color: Peach. HEX triplet: FA, CE and A8. RGB value is (250,206,168). Sum of RGB (Red+Green+Blue) = 250+206+168=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEA8 is #053157. Grayscale: #D7D7D7. Windows color (decimal): -340312 or 11063034. OLE color: 11063034.
HSL color Cylindrical-coordinate representation of color #FACEA8: hue angle of 27.8º 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 #FACEA8 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 206 | 168 | - |
CMYK | 0 | 0.18 | 0.33 | 0.02 |
HSL | 27.8º | 0.89% | 0.82% | - |
HSV(B) | 27.8º | 0.33% | 0.98% | - |
XYZ | 68.56 | 67.29 | 46.42 | - |
YUV | 214.82 | 101.58 | 153.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 206 | 168 | 0 | 0.18 | 0.33 | 0.02 | 27.8 | 0.89 | 0.82 |
Hex | FA | CE | A8 | 0 | 12 | 21 | 2 | 1C | 59 | 52 |
Octal | 372 | 316 | 250 | 0 | 22 | 41 | 2 | 34 | 131 | 122 |
Binary | 11111010 | 11001110 | 10101000 | 0 | 10010 | 100001 | 10 | 11100 | 1011001 | 1010010 |
Color Harmonies of #FACEA8
Complementary color
Monochromatic Colors of #FACEA8
Black with #FACEA8
Text Example
Text Example
White with #FACEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEA8; }
p { color: rgb(250,206,168); }
H1.HeaderClassName
{
color: #FACEA8;
}
.AnyTagClassName
{
color: #FACEA8;
}
</style>
background-color css
<style>
a { background-color: #FACEA8; }
a { background-color: rgb(250,206,168); }
div.DivClassName
{
background-color: #FACEA8;
}
.BgClassName
{
background-color: #FACEA8;
}
</style>
border-color css
<style>
span { border-color: #FACEA8; }
span { border-color: rgb(250,206,168); }
td.TdClassName
{
border-color: #FACEA8;
}
.TagClassName
{
border-color: #FACEA8;
}
</style>