Shades of Peach #FECFA2
Tints of Peach #FECFA2
RGB
CMYK
RGB Variations
Color information
#FECFA2 (or 0xFECFA2) is known color: Peach. HEX triplet: FE, CF and A2. RGB value is (254,207,162). Sum of RGB (Red+Green+Blue) = 254+207+162=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA2 is #01305D. Grayscale: #D8D8D8. Windows color (decimal): -77918 or 10670078. OLE color: 10670078.
HSL color Cylindrical-coordinate representation of color #FECFA2: hue angle of 29.35º 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 #FECFA2 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 162 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.00 |
| HSL | 29.35º | 0.98% | 0.82% | - |
| HSV(B) | 29.35º | 0.36% | 1% | - |
| XYZ | 69.71 | 68.31 | 43.69 | - |
| YUV | 215.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 162 | 0 | 0.19 | 0.36 | 0.00 | 29.35 | 0.98 | 0.82 |
| Hex | FE | CF | A2 | 0 | 13 | 24 | 0 | 1D | 62 | 52 |
| Octal | 376 | 317 | 242 | 0 | 23 | 44 | 0 | 35 | 142 | 122 |
| Binary | 11111110 | 11001111 | 10100010 | 0 | 10011 | 100100 | 0 | 11101 | 1100010 | 1010010 |
Color Harmonies of #FECFA2
Complementary color
Monochromatic Colors of #FECFA2
Black with #FECFA2
Text Example
Text Example
White with #FECFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFA2; }
p { color: rgb(254,207,162); }
H1.HeaderClassName
{
color: #FECFA2;
}
.AnyTagClassName
{
color: #FECFA2;
}
</style>
background-color css
<style>
a { background-color: #FECFA2; }
a { background-color: rgb(254,207,162); }
div.DivClassName
{
background-color: #FECFA2;
}
.BgClassName
{
background-color: #FECFA2;
}
</style>
border-color css
<style>
span { border-color: #FECFA2; }
span { border-color: rgb(254,207,162); }
td.TdClassName
{
border-color: #FECFA2;
}
.TagClassName
{
border-color: #FECFA2;
}
</style>