Shades of Peach #FACBA4
Tints of Peach #FACBA4
RGB
CMYK
RGB Variations
Color information
#FACBA4 (or 0xFACBA4) is known color: Peach. HEX triplet: FA, CB and A4. RGB value is (250,203,164). Sum of RGB (Red+Green+Blue) = 250+203+164=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBA4 is #05345B. Grayscale: #D4D4D4. Windows color (decimal): -341084 or 10800122. OLE color: 10800122.
HSL color Cylindrical-coordinate representation of color #FACBA4: hue angle of 27.21º degrees, saturation: 0.9, 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 #FACBA4 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 164 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.02 |
| HSL | 27.21º | 0.9% | 0.81% | - |
| HSV(B) | 27.21º | 0.34% | 0.98% | - |
| XYZ | 67.48 | 65.72 | 44.25 | - |
| YUV | 212.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 164 | 0 | 0.19 | 0.34 | 0.02 | 27.21 | 0.9 | 0.81 |
| Hex | FA | CB | A4 | 0 | 13 | 22 | 2 | 1B | 5A | 51 |
| Octal | 372 | 313 | 244 | 0 | 23 | 42 | 2 | 33 | 132 | 121 |
| Binary | 11111010 | 11001011 | 10100100 | 0 | 10011 | 100010 | 10 | 11011 | 1011010 | 1010001 |
Color Harmonies of #FACBA4
Complementary color
Monochromatic Colors of #FACBA4
Black with #FACBA4
Text Example
Text Example
White with #FACBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBA4; }
p { color: rgb(250,203,164); }
H1.HeaderClassName
{
color: #FACBA4;
}
.AnyTagClassName
{
color: #FACBA4;
}
</style>
background-color css
<style>
a { background-color: #FACBA4; }
a { background-color: rgb(250,203,164); }
div.DivClassName
{
background-color: #FACBA4;
}
.BgClassName
{
background-color: #FACBA4;
}
</style>
border-color css
<style>
span { border-color: #FACBA4; }
span { border-color: rgb(250,203,164); }
td.TdClassName
{
border-color: #FACBA4;
}
.TagClassName
{
border-color: #FACBA4;
}
</style>