Shades of Peach Puff #FED6BB
Tints of Peach Puff #FED6BB
RGB
CMYK
RGB Variations
Color information
#FED6BB (or 0xFED6BB) is known color: Peach Puff. HEX triplet: FE, D6 and BB. RGB value is (254,214,187). Sum of RGB (Red+Green+Blue) = 254+214+187=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6BB is #012944. Grayscale: #DFDFDF. Windows color (decimal): -76101 or 12310270. OLE color: 12310270.
HSL color Cylindrical-coordinate representation of color #FED6BB: hue angle of 24.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FED6BB is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 187 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.00 |
| HSL | 24.18º | 0.97% | 0.86% | - |
| HSV(B) | 24.18º | 0.26% | 1% | - |
| XYZ | 73.89 | 72.75 | 57.16 | - |
| YUV | 222.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 187 | 0 | 0.16 | 0.26 | 0.00 | 24.18 | 0.97 | 0.86 |
| Hex | FE | D6 | BB | 0 | 10 | 1A | 0 | 18 | 61 | 56 |
| Octal | 376 | 326 | 273 | 0 | 20 | 32 | 0 | 30 | 141 | 126 |
| Binary | 11111110 | 11010110 | 10111011 | 0 | 10000 | 11010 | 0 | 11000 | 1100001 | 1010110 |
Color Harmonies of #FED6BB
Complementary color
Monochromatic Colors of #FED6BB
Black with #FED6BB
Text Example
Text Example
White with #FED6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6BB; }
p { color: rgb(254,214,187); }
H1.HeaderClassName
{
color: #FED6BB;
}
.AnyTagClassName
{
color: #FED6BB;
}
</style>
background-color css
<style>
a { background-color: #FED6BB; }
a { background-color: rgb(254,214,187); }
div.DivClassName
{
background-color: #FED6BB;
}
.BgClassName
{
background-color: #FED6BB;
}
</style>
border-color css
<style>
span { border-color: #FED6BB; }
span { border-color: rgb(254,214,187); }
td.TdClassName
{
border-color: #FED6BB;
}
.TagClassName
{
border-color: #FED6BB;
}
</style>