Shades of Peach #FACDA4
Tints of Peach #FACDA4
RGB
CMYK
RGB Variations
Color information
#FACDA4 (or 0xFACDA4) is known color: Peach. HEX triplet: FA, CD and A4. RGB value is (250,205,164). Sum of RGB (Red+Green+Blue) = 250+205+164=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA4 is #05325B. Grayscale: #D5D5D5. Windows color (decimal): -340572 or 10800634. OLE color: 10800634.
HSL color Cylindrical-coordinate representation of color #FACDA4: hue angle of 28.6º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FACDA4 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 164 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.02 |
| HSL | 28.6º | 0.9% | 0.81% | - |
| HSV(B) | 28.6º | 0.34% | 0.98% | - |
| XYZ | 67.96 | 66.67 | 44.41 | - |
| YUV | 213.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 164 | 0 | 0.18 | 0.34 | 0.02 | 28.6 | 0.9 | 0.81 |
| Hex | FA | CD | A4 | 0 | 12 | 22 | 2 | 1D | 5A | 51 |
| Octal | 372 | 315 | 244 | 0 | 22 | 42 | 2 | 35 | 132 | 121 |
| Binary | 11111010 | 11001101 | 10100100 | 0 | 10010 | 100010 | 10 | 11101 | 1011010 | 1010001 |
Color Harmonies of #FACDA4
Complementary color
Monochromatic Colors of #FACDA4
Black with #FACDA4
Text Example
Text Example
White with #FACDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDA4; }
p { color: rgb(250,205,164); }
H1.HeaderClassName
{
color: #FACDA4;
}
.AnyTagClassName
{
color: #FACDA4;
}
</style>
background-color css
<style>
a { background-color: #FACDA4; }
a { background-color: rgb(250,205,164); }
div.DivClassName
{
background-color: #FACDA4;
}
.BgClassName
{
background-color: #FACDA4;
}
</style>
border-color css
<style>
span { border-color: #FACDA4; }
span { border-color: rgb(250,205,164); }
td.TdClassName
{
border-color: #FACDA4;
}
.TagClassName
{
border-color: #FACDA4;
}
</style>