Shades of Peach #FECFA5
Tints of Peach #FECFA5
RGB
CMYK
RGB Variations
Color information
#FECFA5 (or 0xFECFA5) is known color: Peach. HEX triplet: FE, CF and A5. RGB value is (254,207,165). Sum of RGB (Red+Green+Blue) = 254+207+165=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 165 (64.84% from 255 or 26.36% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA5 is #01305A. Grayscale: #D8D8D8. Windows color (decimal): -77915 or 10866686. OLE color: 10866686.
HSL color Cylindrical-coordinate representation of color #FECFA5: hue angle of 28.31º 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 #FECFA5 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 165 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.00 |
| HSL | 28.31º | 0.98% | 0.82% | - |
| HSV(B) | 28.31º | 0.35% | 1% | - |
| XYZ | 69.98 | 68.41 | 45.11 | - |
| YUV | 216.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 165 | 0 | 0.19 | 0.35 | 0.00 | 28.31 | 0.98 | 0.82 |
| Hex | FE | CF | A5 | 0 | 13 | 23 | 0 | 1C | 62 | 52 |
| Octal | 376 | 317 | 245 | 0 | 23 | 43 | 0 | 34 | 142 | 122 |
| Binary | 11111110 | 11001111 | 10100101 | 0 | 10011 | 100011 | 0 | 11100 | 1100010 | 1010010 |
Color Harmonies of #FECFA5
Complementary color
Monochromatic Colors of #FECFA5
Black with #FECFA5
Text Example
Text Example
White with #FECFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFA5; }
p { color: rgb(254,207,165); }
H1.HeaderClassName
{
color: #FECFA5;
}
.AnyTagClassName
{
color: #FECFA5;
}
</style>
background-color css
<style>
a { background-color: #FECFA5; }
a { background-color: rgb(254,207,165); }
div.DivClassName
{
background-color: #FECFA5;
}
.BgClassName
{
background-color: #FECFA5;
}
</style>
border-color css
<style>
span { border-color: #FECFA5; }
span { border-color: rgb(254,207,165); }
td.TdClassName
{
border-color: #FECFA5;
}
.TagClassName
{
border-color: #FECFA5;
}
</style>