Shades of Peach #FACBA8
Tints of Peach #FACBA8
RGB
CMYK
RGB Variations
Color information
#FACBA8 (or 0xFACBA8) is known color: Peach. HEX triplet: FA, CB and A8. RGB value is (250,203,168). Sum of RGB (Red+Green+Blue) = 250+203+168=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBA8 is #053457. Grayscale: #D5D5D5. Windows color (decimal): -341080 or 11062266. OLE color: 11062266.
HSL color Cylindrical-coordinate representation of color #FACBA8: hue angle of 25.61º 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 #FACBA8 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 168 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.02 |
| HSL | 25.61º | 0.89% | 0.82% | - |
| HSV(B) | 25.61º | 0.33% | 0.98% | - |
| XYZ | 67.85 | 65.86 | 46.18 | - |
| YUV | 213.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 168 | 0 | 0.19 | 0.33 | 0.02 | 25.61 | 0.89 | 0.82 |
| Hex | FA | CB | A8 | 0 | 13 | 21 | 2 | 1A | 59 | 52 |
| Octal | 372 | 313 | 250 | 0 | 23 | 41 | 2 | 32 | 131 | 122 |
| Binary | 11111010 | 11001011 | 10101000 | 0 | 10011 | 100001 | 10 | 11010 | 1011001 | 1010010 |
Color Harmonies of #FACBA8
Complementary color
Monochromatic Colors of #FACBA8
Black with #FACBA8
Text Example
Text Example
White with #FACBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBA8; }
p { color: rgb(250,203,168); }
H1.HeaderClassName
{
color: #FACBA8;
}
.AnyTagClassName
{
color: #FACBA8;
}
</style>
background-color css
<style>
a { background-color: #FACBA8; }
a { background-color: rgb(250,203,168); }
div.DivClassName
{
background-color: #FACBA8;
}
.BgClassName
{
background-color: #FACBA8;
}
</style>
border-color css
<style>
span { border-color: #FACBA8; }
span { border-color: rgb(250,203,168); }
td.TdClassName
{
border-color: #FACBA8;
}
.TagClassName
{
border-color: #FACBA8;
}
</style>