Shades of Peach #FACBA1
Tints of Peach #FACBA1
RGB
CMYK
RGB Variations
Color information
#FACBA1 (or 0xFACBA1) is known color: Peach. HEX triplet: FA, CB and A1. RGB value is (250,203,161). Sum of RGB (Red+Green+Blue) = 250+203+161=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBA1 is #05345E. Grayscale: #D4D4D4. Windows color (decimal): -341087 or 10603514. OLE color: 10603514.
HSL color Cylindrical-coordinate representation of color #FACBA1: hue angle of 28.31º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FACBA1 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 161 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.02 |
| HSL | 28.31º | 0.9% | 0.81% | - |
| HSV(B) | 28.31º | 0.36% | 0.98% | - |
| XYZ | 67.21 | 65.61 | 42.84 | - |
| YUV | 212.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 161 | 0 | 0.19 | 0.36 | 0.02 | 28.31 | 0.9 | 0.81 |
| Hex | FA | CB | A1 | 0 | 13 | 24 | 2 | 1C | 5A | 51 |
| Octal | 372 | 313 | 241 | 0 | 23 | 44 | 2 | 34 | 132 | 121 |
| Binary | 11111010 | 11001011 | 10100001 | 0 | 10011 | 100100 | 10 | 11100 | 1011010 | 1010001 |
Color Harmonies of #FACBA1
Complementary color
Monochromatic Colors of #FACBA1
Black with #FACBA1
Text Example
Text Example
White with #FACBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBA1; }
p { color: rgb(250,203,161); }
H1.HeaderClassName
{
color: #FACBA1;
}
.AnyTagClassName
{
color: #FACBA1;
}
</style>
background-color css
<style>
a { background-color: #FACBA1; }
a { background-color: rgb(250,203,161); }
div.DivClassName
{
background-color: #FACBA1;
}
.BgClassName
{
background-color: #FACBA1;
}
</style>
border-color css
<style>
span { border-color: #FACBA1; }
span { border-color: rgb(250,203,161); }
td.TdClassName
{
border-color: #FACBA1;
}
.TagClassName
{
border-color: #FACBA1;
}
</style>