Shades of Peach #FECAA6
Tints of Peach #FECAA6
RGB
CMYK
RGB Variations
Color information
#FECAA6 (or 0xFECAA6) is known color: Peach. HEX triplet: FE, CA and A6. RGB value is (254,202,166). Sum of RGB (Red+Green+Blue) = 254+202+166=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA6 is #013559. Grayscale: #D5D5D5. Windows color (decimal): -79194 or 10930942. OLE color: 10930942.
HSL color Cylindrical-coordinate representation of color #FECAA6: hue angle of 24.55º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FECAA6 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 166 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.00 |
| HSL | 24.55º | 0.98% | 0.82% | - |
| HSV(B) | 24.55º | 0.35% | 1% | - |
| XYZ | 68.88 | 66.07 | 45.2 | - |
| YUV | 213.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 166 | 0 | 0.20 | 0.35 | 0.00 | 24.55 | 0.98 | 0.82 |
| Hex | FE | CA | A6 | 0 | 14 | 23 | 0 | 19 | 62 | 52 |
| Octal | 376 | 312 | 246 | 0 | 24 | 43 | 0 | 31 | 142 | 122 |
| Binary | 11111110 | 11001010 | 10100110 | 0 | 10100 | 100011 | 0 | 11001 | 1100010 | 1010010 |
Color Harmonies of #FECAA6
Complementary color
Monochromatic Colors of #FECAA6
Black with #FECAA6
Text Example
Text Example
White with #FECAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAA6; }
p { color: rgb(254,202,166); }
H1.HeaderClassName
{
color: #FECAA6;
}
.AnyTagClassName
{
color: #FECAA6;
}
</style>
background-color css
<style>
a { background-color: #FECAA6; }
a { background-color: rgb(254,202,166); }
div.DivClassName
{
background-color: #FECAA6;
}
.BgClassName
{
background-color: #FECAA6;
}
</style>
border-color css
<style>
span { border-color: #FECAA6; }
span { border-color: rgb(254,202,166); }
td.TdClassName
{
border-color: #FECAA6;
}
.TagClassName
{
border-color: #FECAA6;
}
</style>