Shades of Peach #FACDA2
Tints of Peach #FACDA2
RGB
CMYK
RGB Variations
Color information
#FACDA2 (or 0xFACDA2) is known color: Peach. HEX triplet: FA, CD and A2. RGB value is (250,205,162). Sum of RGB (Red+Green+Blue) = 250+205+162=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA2 is #05325D. Grayscale: #D5D5D5. Windows color (decimal): -340574 or 10669562. OLE color: 10669562.
HSL color Cylindrical-coordinate representation of color #FACDA2: hue angle of 29.32º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FACDA2 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 162 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.02 |
| HSL | 29.32º | 0.9% | 0.81% | - |
| HSV(B) | 29.32º | 0.35% | 0.98% | - |
| XYZ | 67.78 | 66.6 | 43.46 | - |
| YUV | 213.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 162 | 0 | 0.18 | 0.35 | 0.02 | 29.32 | 0.9 | 0.81 |
| Hex | FA | CD | A2 | 0 | 12 | 23 | 2 | 1D | 5A | 51 |
| Octal | 372 | 315 | 242 | 0 | 22 | 43 | 2 | 35 | 132 | 121 |
| Binary | 11111010 | 11001101 | 10100010 | 0 | 10010 | 100011 | 10 | 11101 | 1011010 | 1010001 |
Color Harmonies of #FACDA2
Complementary color
Monochromatic Colors of #FACDA2
Black with #FACDA2
Text Example
Text Example
White with #FACDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDA2; }
p { color: rgb(250,205,162); }
H1.HeaderClassName
{
color: #FACDA2;
}
.AnyTagClassName
{
color: #FACDA2;
}
</style>
background-color css
<style>
a { background-color: #FACDA2; }
a { background-color: rgb(250,205,162); }
div.DivClassName
{
background-color: #FACDA2;
}
.BgClassName
{
background-color: #FACDA2;
}
</style>
border-color css
<style>
span { border-color: #FACDA2; }
span { border-color: rgb(250,205,162); }
td.TdClassName
{
border-color: #FACDA2;
}
.TagClassName
{
border-color: #FACDA2;
}
</style>