Shades of Peach #FECCA5
Tints of Peach #FECCA5
RGB
CMYK
RGB Variations
Color information
#FECCA5 (or 0xFECCA5) is known color: Peach. HEX triplet: FE, CC and A5. RGB value is (254,204,165). Sum of RGB (Red+Green+Blue) = 254+204+165=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCA5 is #01335A. Grayscale: #D6D6D6. Windows color (decimal): -78683 or 10865918. OLE color: 10865918.
HSL color Cylindrical-coordinate representation of color #FECCA5: hue angle of 26.29º 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 #FECCA5 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 165 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.00 |
| HSL | 26.29º | 0.98% | 0.82% | - |
| HSV(B) | 26.29º | 0.35% | 1% | - |
| XYZ | 69.26 | 66.97 | 44.87 | - |
| YUV | 214.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 165 | 0 | 0.20 | 0.35 | 0.00 | 26.29 | 0.98 | 0.82 |
| Hex | FE | CC | A5 | 0 | 14 | 23 | 0 | 1A | 62 | 52 |
| Octal | 376 | 314 | 245 | 0 | 24 | 43 | 0 | 32 | 142 | 122 |
| Binary | 11111110 | 11001100 | 10100101 | 0 | 10100 | 100011 | 0 | 11010 | 1100010 | 1010010 |
Color Harmonies of #FECCA5
Complementary color
Monochromatic Colors of #FECCA5
Black with #FECCA5
Text Example
Text Example
White with #FECCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCA5; }
p { color: rgb(254,204,165); }
H1.HeaderClassName
{
color: #FECCA5;
}
.AnyTagClassName
{
color: #FECCA5;
}
</style>
background-color css
<style>
a { background-color: #FECCA5; }
a { background-color: rgb(254,204,165); }
div.DivClassName
{
background-color: #FECCA5;
}
.BgClassName
{
background-color: #FECCA5;
}
</style>
border-color css
<style>
span { border-color: #FECCA5; }
span { border-color: rgb(254,204,165); }
td.TdClassName
{
border-color: #FECCA5;
}
.TagClassName
{
border-color: #FECCA5;
}
</style>