Shades of Peach Puff #FEDBBC
Tints of Peach Puff #FEDBBC
RGB
CMYK
RGB Variations
Color information
#FEDBBC (or 0xFEDBBC) is known color: Peach Puff. HEX triplet: FE, DB and BC. RGB value is (254,219,188). Sum of RGB (Red+Green+Blue) = 254+219+188=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBBC is #012443. Grayscale: #E2E2E2. Windows color (decimal): -74820 or 12377086. OLE color: 12377086.
HSL color Cylindrical-coordinate representation of color #FEDBBC: hue angle of 28.18º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEDBBC is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 188 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.00 |
| HSL | 28.18º | 0.97% | 0.87% | - |
| HSV(B) | 28.18º | 0.26% | 1% | - |
| XYZ | 75.28 | 75.36 | 58.16 | - |
| YUV | 225.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 188 | 0 | 0.14 | 0.26 | 0.00 | 28.18 | 0.97 | 0.87 |
| Hex | FE | DB | BC | 0 | E | 1A | 0 | 1C | 61 | 57 |
| Octal | 376 | 333 | 274 | 0 | 16 | 32 | 0 | 34 | 141 | 127 |
| Binary | 11111110 | 11011011 | 10111100 | 0 | 1110 | 11010 | 0 | 11100 | 1100001 | 1010111 |
Color Harmonies of #FEDBBC
Complementary color
Monochromatic Colors of #FEDBBC
Black with #FEDBBC
Text Example
Text Example
White with #FEDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBBC; }
p { color: rgb(254,219,188); }
H1.HeaderClassName
{
color: #FEDBBC;
}
.AnyTagClassName
{
color: #FEDBBC;
}
</style>
background-color css
<style>
a { background-color: #FEDBBC; }
a { background-color: rgb(254,219,188); }
div.DivClassName
{
background-color: #FEDBBC;
}
.BgClassName
{
background-color: #FEDBBC;
}
</style>
border-color css
<style>
span { border-color: #FEDBBC; }
span { border-color: rgb(254,219,188); }
td.TdClassName
{
border-color: #FEDBBC;
}
.TagClassName
{
border-color: #FEDBBC;
}
</style>