Shades of Peach #FACDA6
Tints of Peach #FACDA6
RGB
CMYK
RGB Variations
Color information
#FACDA6 (or 0xFACDA6) is known color: Peach. HEX triplet: FA, CD and A6. RGB value is (250,205,166). Sum of RGB (Red+Green+Blue) = 250+205+166=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA6 is #053259. Grayscale: #D6D6D6. Windows color (decimal): -340570 or 10931706. OLE color: 10931706.
HSL color Cylindrical-coordinate representation of color #FACDA6: hue angle of 27.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FACDA6 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 166 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.02 |
| HSL | 27.86º | 0.89% | 0.82% | - |
| HSV(B) | 27.86º | 0.34% | 0.98% | - |
| XYZ | 68.14 | 66.74 | 45.37 | - |
| YUV | 214.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 166 | 0 | 0.18 | 0.34 | 0.02 | 27.86 | 0.89 | 0.82 |
| Hex | FA | CD | A6 | 0 | 12 | 22 | 2 | 1C | 59 | 52 |
| Octal | 372 | 315 | 246 | 0 | 22 | 42 | 2 | 34 | 131 | 122 |
| Binary | 11111010 | 11001101 | 10100110 | 0 | 10010 | 100010 | 10 | 11100 | 1011001 | 1010010 |
Color Harmonies of #FACDA6
Complementary color
Monochromatic Colors of #FACDA6
Black with #FACDA6
Text Example
Text Example
White with #FACDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDA6; }
p { color: rgb(250,205,166); }
H1.HeaderClassName
{
color: #FACDA6;
}
.AnyTagClassName
{
color: #FACDA6;
}
</style>
background-color css
<style>
a { background-color: #FACDA6; }
a { background-color: rgb(250,205,166); }
div.DivClassName
{
background-color: #FACDA6;
}
.BgClassName
{
background-color: #FACDA6;
}
</style>
border-color css
<style>
span { border-color: #FACDA6; }
span { border-color: rgb(250,205,166); }
td.TdClassName
{
border-color: #FACDA6;
}
.TagClassName
{
border-color: #FACDA6;
}
</style>