Shades of Peach Puff #FED6BA
Tints of Peach Puff #FED6BA
RGB
CMYK
RGB Variations
Color information
#FED6BA (or 0xFED6BA) is known color: Peach Puff. HEX triplet: FE, D6 and BA. RGB value is (254,214,186). Sum of RGB (Red+Green+Blue) = 254+214+186=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6BA is #012945. Grayscale: #DEDEDE. Windows color (decimal): -76102 or 12244734. OLE color: 12244734.
HSL color Cylindrical-coordinate representation of color #FED6BA: hue angle of 24.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FED6BA is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 186 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.00 |
| HSL | 24.71º | 0.97% | 0.86% | - |
| HSV(B) | 24.71º | 0.27% | 1% | - |
| XYZ | 73.78 | 72.71 | 56.6 | - |
| YUV | 222.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 186 | 0 | 0.16 | 0.27 | 0.00 | 24.71 | 0.97 | 0.86 |
| Hex | FE | D6 | BA | 0 | 10 | 1B | 0 | 19 | 61 | 56 |
| Octal | 376 | 326 | 272 | 0 | 20 | 33 | 0 | 31 | 141 | 126 |
| Binary | 11111110 | 11010110 | 10111010 | 0 | 10000 | 11011 | 0 | 11001 | 1100001 | 1010110 |
Color Harmonies of #FED6BA
Complementary color
Monochromatic Colors of #FED6BA
Black with #FED6BA
Text Example
Text Example
White with #FED6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6BA; }
p { color: rgb(254,214,186); }
H1.HeaderClassName
{
color: #FED6BA;
}
.AnyTagClassName
{
color: #FED6BA;
}
</style>
background-color css
<style>
a { background-color: #FED6BA; }
a { background-color: rgb(254,214,186); }
div.DivClassName
{
background-color: #FED6BA;
}
.BgClassName
{
background-color: #FED6BA;
}
</style>
border-color css
<style>
span { border-color: #FED6BA; }
span { border-color: rgb(254,214,186); }
td.TdClassName
{
border-color: #FED6BA;
}
.TagClassName
{
border-color: #FED6BA;
}
</style>