Shades of Peach-Orange #FACB9D
Tints of Peach-Orange #FACB9D
RGB
CMYK
RGB Variations
Color information
#FACB9D (or 0xFACB9D) is known color: Peach-Orange. HEX triplet: FA, CB and 9D. RGB value is (250,203,157). Sum of RGB (Red+Green+Blue) = 250+203+157=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB9D is #053462. Grayscale: #D4D4D4. Windows color (decimal): -341091 or 10341370. OLE color: 10341370.
HSL color Cylindrical-coordinate representation of color #FACB9D: hue angle of 29.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FACB9D is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 157 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.02 |
| HSL | 29.68º | 0.9% | 0.8% | - |
| HSV(B) | 29.68º | 0.37% | 0.98% | - |
| XYZ | 66.87 | 65.47 | 41.01 | - |
| YUV | 211.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 157 | 0 | 0.19 | 0.37 | 0.02 | 29.68 | 0.9 | 0.8 |
| Hex | FA | CB | 9D | 0 | 13 | 25 | 2 | 1E | 5A | 50 |
| Octal | 372 | 313 | 235 | 0 | 23 | 45 | 2 | 36 | 132 | 120 |
| Binary | 11111010 | 11001011 | 10011101 | 0 | 10011 | 100101 | 10 | 11110 | 1011010 | 1010000 |
Color Harmonies of #FACB9D
Complementary color
Monochromatic Colors of #FACB9D
Black with #FACB9D
Text Example
Text Example
White with #FACB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB9D; }
p { color: rgb(250,203,157); }
H1.HeaderClassName
{
color: #FACB9D;
}
.AnyTagClassName
{
color: #FACB9D;
}
</style>
background-color css
<style>
a { background-color: #FACB9D; }
a { background-color: rgb(250,203,157); }
div.DivClassName
{
background-color: #FACB9D;
}
.BgClassName
{
background-color: #FACB9D;
}
</style>
border-color css
<style>
span { border-color: #FACB9D; }
span { border-color: rgb(250,203,157); }
td.TdClassName
{
border-color: #FACB9D;
}
.TagClassName
{
border-color: #FACB9D;
}
</style>