Shades of Peach #FACBA9
Tints of Peach #FACBA9
RGB
CMYK
RGB Variations
Color information
#FACBA9 (or 0xFACBA9) is known color: Peach. HEX triplet: FA, CB and A9. RGB value is (250,203,169). Sum of RGB (Red+Green+Blue) = 250+203+169=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 169 (66.41% from 255 or 27.17% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBA9 is #053456. Grayscale: #D5D5D5. Windows color (decimal): -341079 or 11127802. OLE color: 11127802.
HSL color Cylindrical-coordinate representation of color #FACBA9: hue angle of 25.19º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FACBA9 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 169 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.02 |
| HSL | 25.19º | 0.89% | 0.82% | - |
| HSV(B) | 25.19º | 0.32% | 0.98% | - |
| XYZ | 67.94 | 65.9 | 46.68 | - |
| YUV | 213.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 169 | 0 | 0.19 | 0.32 | 0.02 | 25.19 | 0.89 | 0.82 |
| Hex | FA | CB | A9 | 0 | 13 | 20 | 2 | 19 | 59 | 52 |
| Octal | 372 | 313 | 251 | 0 | 23 | 40 | 2 | 31 | 131 | 122 |
| Binary | 11111010 | 11001011 | 10101001 | 0 | 10011 | 100000 | 10 | 11001 | 1011001 | 1010010 |
Color Harmonies of #FACBA9
Complementary color
Monochromatic Colors of #FACBA9
Black with #FACBA9
Text Example
Text Example
White with #FACBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBA9; }
p { color: rgb(250,203,169); }
H1.HeaderClassName
{
color: #FACBA9;
}
.AnyTagClassName
{
color: #FACBA9;
}
</style>
background-color css
<style>
a { background-color: #FACBA9; }
a { background-color: rgb(250,203,169); }
div.DivClassName
{
background-color: #FACBA9;
}
.BgClassName
{
background-color: #FACBA9;
}
</style>
border-color css
<style>
span { border-color: #FACBA9; }
span { border-color: rgb(250,203,169); }
td.TdClassName
{
border-color: #FACBA9;
}
.TagClassName
{
border-color: #FACBA9;
}
</style>