Shades of Peach #FACA9F
Tints of Peach #FACA9F
RGB
CMYK
RGB Variations
Color information
#FACA9F (or 0xFACA9F) is known color: Peach. HEX triplet: FA, CA and 9F. RGB value is (250,202,159). Sum of RGB (Red+Green+Blue) = 250+202+159=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA9F is #053560. Grayscale: #D3D3D3. Windows color (decimal): -341345 or 10472186. OLE color: 10472186.
HSL color Cylindrical-coordinate representation of color #FACA9F: hue angle of 28.35º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FACA9F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 159 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.02 |
| HSL | 28.35º | 0.9% | 0.8% | - |
| HSV(B) | 28.35º | 0.36% | 0.98% | - |
| XYZ | 66.8 | 65.07 | 41.84 | - |
| YUV | 211.45 | 98.4 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 159 | 0 | 0.19 | 0.36 | 0.02 | 28.35 | 0.9 | 0.8 |
| Hex | FA | CA | 9F | 0 | 13 | 24 | 2 | 1C | 5A | 50 |
| Octal | 372 | 312 | 237 | 0 | 23 | 44 | 2 | 34 | 132 | 120 |
| Binary | 11111010 | 11001010 | 10011111 | 0 | 10011 | 100100 | 10 | 11100 | 1011010 | 1010000 |
Color Harmonies of #FACA9F
Complementary color
Monochromatic Colors of #FACA9F
Black with #FACA9F
Text Example
Text Example
White with #FACA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA9F; }
p { color: rgb(250,202,159); }
H1.HeaderClassName
{
color: #FACA9F;
}
.AnyTagClassName
{
color: #FACA9F;
}
</style>
background-color css
<style>
a { background-color: #FACA9F; }
a { background-color: rgb(250,202,159); }
div.DivClassName
{
background-color: #FACA9F;
}
.BgClassName
{
background-color: #FACA9F;
}
</style>
border-color css
<style>
span { border-color: #FACA9F; }
span { border-color: rgb(250,202,159); }
td.TdClassName
{
border-color: #FACA9F;
}
.TagClassName
{
border-color: #FACA9F;
}
</style>