Shades of Peach #FED2A8
Tints of Peach #FED2A8
RGB
CMYK
RGB Variations
Color information
#FED2A8 (or 0xFED2A8) is known color: Peach. HEX triplet: FE, D2 and A8. RGB value is (254,210,168). Sum of RGB (Red+Green+Blue) = 254+210+168=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 168 (66.02% from 255 or 26.58% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2A8 is #012D57. Grayscale: #DADADA. Windows color (decimal): -77144 or 11064062. OLE color: 11064062.
HSL color Cylindrical-coordinate representation of color #FED2A8: hue angle of 29.3º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FED2A8 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 210 | 168 | - |
CMYK | 0 | 0.17 | 0.34 | 0.00 |
HSL | 29.3º | 0.98% | 0.83% | - |
HSV(B) | 29.3º | 0.34% | 1% | - |
XYZ | 70.99 | 69.99 | 46.81 | - |
YUV | 218.37 | 99.58 | 153.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 210 | 168 | 0 | 0.17 | 0.34 | 0.00 | 29.3 | 0.98 | 0.83 |
Hex | FE | D2 | A8 | 0 | 11 | 22 | 0 | 1D | 62 | 53 |
Octal | 376 | 322 | 250 | 0 | 21 | 42 | 0 | 35 | 142 | 123 |
Binary | 11111110 | 11010010 | 10101000 | 0 | 10001 | 100010 | 0 | 11101 | 1100010 | 1010011 |
Color Harmonies of #FED2A8
Complementary color
Monochromatic Colors of #FED2A8
Black with #FED2A8
Text Example
Text Example
White with #FED2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2A8; }
p { color: rgb(254,210,168); }
H1.HeaderClassName
{
color: #FED2A8;
}
.AnyTagClassName
{
color: #FED2A8;
}
</style>
background-color css
<style>
a { background-color: #FED2A8; }
a { background-color: rgb(254,210,168); }
div.DivClassName
{
background-color: #FED2A8;
}
.BgClassName
{
background-color: #FED2A8;
}
</style>
border-color css
<style>
span { border-color: #FED2A8; }
span { border-color: rgb(254,210,168); }
td.TdClassName
{
border-color: #FED2A8;
}
.TagClassName
{
border-color: #FED2A8;
}
</style>