Shades of Peach #FACDA1
Tints of Peach #FACDA1
RGB
CMYK
RGB Variations
Color information
#FACDA1 (or 0xFACDA1) is known color: Peach. HEX triplet: FA, CD and A1. RGB value is (250,205,161). Sum of RGB (Red+Green+Blue) = 250+205+161=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA1 is #05325E. Grayscale: #D5D5D5. Windows color (decimal): -340575 or 10604026. OLE color: 10604026.
HSL color Cylindrical-coordinate representation of color #FACDA1: hue angle of 29.66º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FACDA1 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 161 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.02 |
| HSL | 29.66º | 0.9% | 0.81% | - |
| HSV(B) | 29.66º | 0.36% | 0.98% | - |
| XYZ | 67.69 | 66.56 | 43 | - |
| YUV | 213.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 161 | 0 | 0.18 | 0.36 | 0.02 | 29.66 | 0.9 | 0.81 |
| Hex | FA | CD | A1 | 0 | 12 | 24 | 2 | 1E | 5A | 51 |
| Octal | 372 | 315 | 241 | 0 | 22 | 44 | 2 | 36 | 132 | 121 |
| Binary | 11111010 | 11001101 | 10100001 | 0 | 10010 | 100100 | 10 | 11110 | 1011010 | 1010001 |
Color Harmonies of #FACDA1
Complementary color
Monochromatic Colors of #FACDA1
Black with #FACDA1
Text Example
Text Example
White with #FACDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDA1; }
p { color: rgb(250,205,161); }
H1.HeaderClassName
{
color: #FACDA1;
}
.AnyTagClassName
{
color: #FACDA1;
}
</style>
background-color css
<style>
a { background-color: #FACDA1; }
a { background-color: rgb(250,205,161); }
div.DivClassName
{
background-color: #FACDA1;
}
.BgClassName
{
background-color: #FACDA1;
}
</style>
border-color css
<style>
span { border-color: #FACDA1; }
span { border-color: rgb(250,205,161); }
td.TdClassName
{
border-color: #FACDA1;
}
.TagClassName
{
border-color: #FACDA1;
}
</style>