Shades of Peach #FECDA3
Tints of Peach #FECDA3
RGB
CMYK
RGB Variations
Color information
#FECDA3 (or 0xFECDA3) is known color: Peach. HEX triplet: FE, CD and A3. RGB value is (254,205,163). Sum of RGB (Red+Green+Blue) = 254+205+163=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDA3 is #01325C. Grayscale: #D7D7D7. Windows color (decimal): -78429 or 10735102. OLE color: 10735102.
HSL color Cylindrical-coordinate representation of color #FECDA3: hue angle of 27.69º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FECDA3 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 163 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.00 |
| HSL | 27.69º | 0.98% | 0.82% | - |
| HSV(B) | 27.69º | 0.36% | 1% | - |
| XYZ | 69.32 | 67.38 | 44 | - |
| YUV | 214.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 163 | 0 | 0.19 | 0.36 | 0.00 | 27.69 | 0.98 | 0.82 |
| Hex | FE | CD | A3 | 0 | 13 | 24 | 0 | 1C | 62 | 52 |
| Octal | 376 | 315 | 243 | 0 | 23 | 44 | 0 | 34 | 142 | 122 |
| Binary | 11111110 | 11001101 | 10100011 | 0 | 10011 | 100100 | 0 | 11100 | 1100010 | 1010010 |
Color Harmonies of #FECDA3
Complementary color
Monochromatic Colors of #FECDA3
Black with #FECDA3
Text Example
Text Example
White with #FECDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDA3; }
p { color: rgb(254,205,163); }
H1.HeaderClassName
{
color: #FECDA3;
}
.AnyTagClassName
{
color: #FECDA3;
}
</style>
background-color css
<style>
a { background-color: #FECDA3; }
a { background-color: rgb(254,205,163); }
div.DivClassName
{
background-color: #FECDA3;
}
.BgClassName
{
background-color: #FECDA3;
}
</style>
border-color css
<style>
span { border-color: #FECDA3; }
span { border-color: rgb(254,205,163); }
td.TdClassName
{
border-color: #FECDA3;
}
.TagClassName
{
border-color: #FECDA3;
}
</style>