Shades of Peach #FACDA8
Tints of Peach #FACDA8
RGB
CMYK
RGB Variations
Color information
#FACDA8 (or 0xFACDA8) is known color: Peach. HEX triplet: FA, CD and A8. RGB value is (250,205,168). Sum of RGB (Red+Green+Blue) = 250+205+168=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA8 is #053257. Grayscale: #D6D6D6. Windows color (decimal): -340568 or 11062778. OLE color: 11062778.
HSL color Cylindrical-coordinate representation of color #FACDA8: hue angle of 27.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FACDA8 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 168 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.02 |
| HSL | 27.07º | 0.89% | 0.82% | - |
| HSV(B) | 27.07º | 0.33% | 0.98% | - |
| XYZ | 68.32 | 66.81 | 46.34 | - |
| YUV | 214.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 168 | 0 | 0.18 | 0.33 | 0.02 | 27.07 | 0.89 | 0.82 |
| Hex | FA | CD | A8 | 0 | 12 | 21 | 2 | 1B | 59 | 52 |
| Octal | 372 | 315 | 250 | 0 | 22 | 41 | 2 | 33 | 131 | 122 |
| Binary | 11111010 | 11001101 | 10101000 | 0 | 10010 | 100001 | 10 | 11011 | 1011001 | 1010010 |
Color Harmonies of #FACDA8
Complementary color
Monochromatic Colors of #FACDA8
Black with #FACDA8
Text Example
Text Example
White with #FACDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDA8; }
p { color: rgb(250,205,168); }
H1.HeaderClassName
{
color: #FACDA8;
}
.AnyTagClassName
{
color: #FACDA8;
}
</style>
background-color css
<style>
a { background-color: #FACDA8; }
a { background-color: rgb(250,205,168); }
div.DivClassName
{
background-color: #FACDA8;
}
.BgClassName
{
background-color: #FACDA8;
}
</style>
border-color css
<style>
span { border-color: #FACDA8; }
span { border-color: rgb(250,205,168); }
td.TdClassName
{
border-color: #FACDA8;
}
.TagClassName
{
border-color: #FACDA8;
}
</style>