Shades of Peach #FECAA2
Tints of Peach #FECAA2
RGB
CMYK
RGB Variations
Color information
#FECAA2 (or 0xFECAA2) is known color: Peach. HEX triplet: FE, CA and A2. RGB value is (254,202,162). Sum of RGB (Red+Green+Blue) = 254+202+162=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA2 is #01355D. Grayscale: #D5D5D5. Windows color (decimal): -79198 or 10668798. OLE color: 10668798.
HSL color Cylindrical-coordinate representation of color #FECAA2: hue angle of 26.09º 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 #FECAA2 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 162 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.00 |
| HSL | 26.09º | 0.98% | 0.82% | - |
| HSV(B) | 26.09º | 0.36% | 1% | - |
| XYZ | 68.52 | 65.92 | 43.3 | - |
| YUV | 212.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 162 | 0 | 0.20 | 0.36 | 0.00 | 26.09 | 0.98 | 0.82 |
| Hex | FE | CA | A2 | 0 | 14 | 24 | 0 | 1A | 62 | 52 |
| Octal | 376 | 312 | 242 | 0 | 24 | 44 | 0 | 32 | 142 | 122 |
| Binary | 11111110 | 11001010 | 10100010 | 0 | 10100 | 100100 | 0 | 11010 | 1100010 | 1010010 |
Color Harmonies of #FECAA2
Complementary color
Monochromatic Colors of #FECAA2
Black with #FECAA2
Text Example
Text Example
White with #FECAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAA2; }
p { color: rgb(254,202,162); }
H1.HeaderClassName
{
color: #FECAA2;
}
.AnyTagClassName
{
color: #FECAA2;
}
</style>
background-color css
<style>
a { background-color: #FECAA2; }
a { background-color: rgb(254,202,162); }
div.DivClassName
{
background-color: #FECAA2;
}
.BgClassName
{
background-color: #FECAA2;
}
</style>
border-color css
<style>
span { border-color: #FECAA2; }
span { border-color: rgb(254,202,162); }
td.TdClassName
{
border-color: #FECAA2;
}
.TagClassName
{
border-color: #FECAA2;
}
</style>