Shades of Peach #FACBA5
Tints of Peach #FACBA5
RGB
CMYK
RGB Variations
Color information
#FACBA5 (or 0xFACBA5) is known color: Peach. HEX triplet: FA, CB and A5. RGB value is (250,203,165). Sum of RGB (Red+Green+Blue) = 250+203+165=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBA5 is #05345A. Grayscale: #D4D4D4. Windows color (decimal): -341083 or 10865658. OLE color: 10865658.
HSL color Cylindrical-coordinate representation of color #FACBA5: hue angle of 26.82º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FACBA5 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 165 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.02 |
| HSL | 26.82º | 0.89% | 0.81% | - |
| HSV(B) | 26.82º | 0.34% | 0.98% | - |
| XYZ | 67.57 | 65.75 | 44.73 | - |
| YUV | 212.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 165 | 0 | 0.19 | 0.34 | 0.02 | 26.82 | 0.89 | 0.81 |
| Hex | FA | CB | A5 | 0 | 13 | 22 | 2 | 1B | 59 | 51 |
| Octal | 372 | 313 | 245 | 0 | 23 | 42 | 2 | 33 | 131 | 121 |
| Binary | 11111010 | 11001011 | 10100101 | 0 | 10011 | 100010 | 10 | 11011 | 1011001 | 1010001 |
Color Harmonies of #FACBA5
Complementary color
Monochromatic Colors of #FACBA5
Black with #FACBA5
Text Example
Text Example
White with #FACBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBA5; }
p { color: rgb(250,203,165); }
H1.HeaderClassName
{
color: #FACBA5;
}
.AnyTagClassName
{
color: #FACBA5;
}
</style>
background-color css
<style>
a { background-color: #FACBA5; }
a { background-color: rgb(250,203,165); }
div.DivClassName
{
background-color: #FACBA5;
}
.BgClassName
{
background-color: #FACBA5;
}
</style>
border-color css
<style>
span { border-color: #FACBA5; }
span { border-color: rgb(250,203,165); }
td.TdClassName
{
border-color: #FACBA5;
}
.TagClassName
{
border-color: #FACBA5;
}
</style>