Shades of Peach #FACCA8
Tints of Peach #FACCA8
RGB
CMYK
RGB Variations
Color information
#FACCA8 (or 0xFACCA8) is known color: Peach. HEX triplet: FA, CC and A8. RGB value is (250,204,168). Sum of RGB (Red+Green+Blue) = 250+204+168=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 168 (66.02% from 255 or 27.01% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCA8 is #053357. Grayscale: #D5D5D5. Windows color (decimal): -340824 or 11062522. OLE color: 11062522.
HSL color Cylindrical-coordinate representation of color #FACCA8: hue angle of 26.34º 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 #FACCA8 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 168 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.02 |
| HSL | 26.34º | 0.89% | 0.82% | - |
| HSV(B) | 26.34º | 0.33% | 0.98% | - |
| XYZ | 68.09 | 66.34 | 46.26 | - |
| YUV | 213.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 168 | 0 | 0.18 | 0.33 | 0.02 | 26.34 | 0.89 | 0.82 |
| Hex | FA | CC | A8 | 0 | 12 | 21 | 2 | 1A | 59 | 52 |
| Octal | 372 | 314 | 250 | 0 | 22 | 41 | 2 | 32 | 131 | 122 |
| Binary | 11111010 | 11001100 | 10101000 | 0 | 10010 | 100001 | 10 | 11010 | 1011001 | 1010010 |
Color Harmonies of #FACCA8
Complementary color
Monochromatic Colors of #FACCA8
Black with #FACCA8
Text Example
Text Example
White with #FACCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCA8; }
p { color: rgb(250,204,168); }
H1.HeaderClassName
{
color: #FACCA8;
}
.AnyTagClassName
{
color: #FACCA8;
}
</style>
background-color css
<style>
a { background-color: #FACCA8; }
a { background-color: rgb(250,204,168); }
div.DivClassName
{
background-color: #FACCA8;
}
.BgClassName
{
background-color: #FACCA8;
}
</style>
border-color css
<style>
span { border-color: #FACCA8; }
span { border-color: rgb(250,204,168); }
td.TdClassName
{
border-color: #FACCA8;
}
.TagClassName
{
border-color: #FACCA8;
}
</style>