Shades of Peach Puff #FEDABA
Tints of Peach Puff #FEDABA
RGB
CMYK
RGB Variations
Color information
#FEDABA (or 0xFEDABA) is known color: Peach Puff. HEX triplet: FE, DA and BA. RGB value is (254,218,186). Sum of RGB (Red+Green+Blue) = 254+218+186=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDABA is #012545. Grayscale: #E1E1E1. Windows color (decimal): -75078 or 12245758. OLE color: 12245758.
HSL color Cylindrical-coordinate representation of color #FEDABA: hue angle of 28.24º 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 #FEDABA is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 186 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.00 |
| HSL | 28.24º | 0.97% | 0.86% | - |
| HSV(B) | 28.24º | 0.27% | 1% | - |
| XYZ | 74.81 | 74.76 | 56.94 | - |
| YUV | 225.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 186 | 0 | 0.14 | 0.27 | 0.00 | 28.24 | 0.97 | 0.86 |
| Hex | FE | DA | BA | 0 | E | 1B | 0 | 1C | 61 | 56 |
| Octal | 376 | 332 | 272 | 0 | 16 | 33 | 0 | 34 | 141 | 126 |
| Binary | 11111110 | 11011010 | 10111010 | 0 | 1110 | 11011 | 0 | 11100 | 1100001 | 1010110 |
Color Harmonies of #FEDABA
Complementary color
Monochromatic Colors of #FEDABA
Black with #FEDABA
Text Example
Text Example
White with #FEDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDABA; }
p { color: rgb(254,218,186); }
H1.HeaderClassName
{
color: #FEDABA;
}
.AnyTagClassName
{
color: #FEDABA;
}
</style>
background-color css
<style>
a { background-color: #FEDABA; }
a { background-color: rgb(254,218,186); }
div.DivClassName
{
background-color: #FEDABA;
}
.BgClassName
{
background-color: #FEDABA;
}
</style>
border-color css
<style>
span { border-color: #FEDABA; }
span { border-color: rgb(254,218,186); }
td.TdClassName
{
border-color: #FEDABA;
}
.TagClassName
{
border-color: #FEDABA;
}
</style>