Shades of Peach #FECCAA
Tints of Peach #FECCAA
RGB
CMYK
RGB Variations
Color information
#FECCAA (or 0xFECCAA) is known color: Peach. HEX triplet: FE, CC and AA. RGB value is (254,204,170). Sum of RGB (Red+Green+Blue) = 254+204+170=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCAA is #013355. Grayscale: #D7D7D7. Windows color (decimal): -78678 or 11193598. OLE color: 11193598.
HSL color Cylindrical-coordinate representation of color #FECCAA: hue angle of 24.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FECCAA is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 170 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.00 |
| HSL | 24.29º | 0.98% | 0.83% | - |
| HSV(B) | 24.29º | 0.33% | 1% | - |
| XYZ | 69.72 | 67.16 | 47.32 | - |
| YUV | 215.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 170 | 0 | 0.20 | 0.33 | 0.00 | 24.29 | 0.98 | 0.83 |
| Hex | FE | CC | AA | 0 | 14 | 21 | 0 | 18 | 62 | 53 |
| Octal | 376 | 314 | 252 | 0 | 24 | 41 | 0 | 30 | 142 | 123 |
| Binary | 11111110 | 11001100 | 10101010 | 0 | 10100 | 100001 | 0 | 11000 | 1100010 | 1010011 |
Color Harmonies of #FECCAA
Complementary color
Monochromatic Colors of #FECCAA
Black with #FECCAA
Text Example
Text Example
White with #FECCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCAA; }
p { color: rgb(254,204,170); }
H1.HeaderClassName
{
color: #FECCAA;
}
.AnyTagClassName
{
color: #FECCAA;
}
</style>
background-color css
<style>
a { background-color: #FECCAA; }
a { background-color: rgb(254,204,170); }
div.DivClassName
{
background-color: #FECCAA;
}
.BgClassName
{
background-color: #FECCAA;
}
</style>
border-color css
<style>
span { border-color: #FECCAA; }
span { border-color: rgb(254,204,170); }
td.TdClassName
{
border-color: #FECCAA;
}
.TagClassName
{
border-color: #FECCAA;
}
</style>