Shades of Peach #FACBA3
Tints of Peach #FACBA3
RGB
CMYK
RGB Variations
Color information
#FACBA3 (or 0xFACBA3) is known color: Peach. HEX triplet: FA, CB and A3. RGB value is (250,203,163). Sum of RGB (Red+Green+Blue) = 250+203+163=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 163 (64.06% from 255 or 26.46% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBA3 is #05345C. Grayscale: #D4D4D4. Windows color (decimal): -341085 or 10734586. OLE color: 10734586.
HSL color Cylindrical-coordinate representation of color #FACBA3: hue angle of 27.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FACBA3 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 163 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.02 |
| HSL | 27.59º | 0.9% | 0.81% | - |
| HSV(B) | 27.59º | 0.35% | 0.98% | - |
| XYZ | 67.39 | 65.68 | 43.78 | - |
| YUV | 212.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 163 | 0 | 0.19 | 0.35 | 0.02 | 27.59 | 0.9 | 0.81 |
| Hex | FA | CB | A3 | 0 | 13 | 23 | 2 | 1C | 5A | 51 |
| Octal | 372 | 313 | 243 | 0 | 23 | 43 | 2 | 34 | 132 | 121 |
| Binary | 11111010 | 11001011 | 10100011 | 0 | 10011 | 100011 | 10 | 11100 | 1011010 | 1010001 |
Color Harmonies of #FACBA3
Complementary color
Monochromatic Colors of #FACBA3
Black with #FACBA3
Text Example
Text Example
White with #FACBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBA3; }
p { color: rgb(250,203,163); }
H1.HeaderClassName
{
color: #FACBA3;
}
.AnyTagClassName
{
color: #FACBA3;
}
</style>
background-color css
<style>
a { background-color: #FACBA3; }
a { background-color: rgb(250,203,163); }
div.DivClassName
{
background-color: #FACBA3;
}
.BgClassName
{
background-color: #FACBA3;
}
</style>
border-color css
<style>
span { border-color: #FACBA3; }
span { border-color: rgb(250,203,163); }
td.TdClassName
{
border-color: #FACBA3;
}
.TagClassName
{
border-color: #FACBA3;
}
</style>