Shades of Peach Puff #FED4B8
Tints of Peach Puff #FED4B8
RGB
CMYK
RGB Variations
Color information
#FED4B8 (or 0xFED4B8) is known color: Peach Puff. HEX triplet: FE, D4 and B8. RGB value is (254,212,184). Sum of RGB (Red+Green+Blue) = 254+212+184=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 184 (72.27% from 255 or 28.31% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4B8 is #012B47. Grayscale: #DDDDDD. Windows color (decimal): -76616 or 12113150. OLE color: 12113150.
HSL color Cylindrical-coordinate representation of color #FED4B8: hue angle of 24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FED4B8 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 184 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.00 |
| HSL | 24º | 0.97% | 0.86% | - |
| HSV(B) | 24º | 0.28% | 1% | - |
| XYZ | 73.07 | 71.62 | 55.32 | - |
| YUV | 221.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 184 | 0 | 0.17 | 0.28 | 0.00 | 24 | 0.97 | 0.86 |
| Hex | FE | D4 | B8 | 0 | 11 | 1C | 0 | 18 | 61 | 56 |
| Octal | 376 | 324 | 270 | 0 | 21 | 34 | 0 | 30 | 141 | 126 |
| Binary | 11111110 | 11010100 | 10111000 | 0 | 10001 | 11100 | 0 | 11000 | 1100001 | 1010110 |
Color Harmonies of #FED4B8
Complementary color
Monochromatic Colors of #FED4B8
Black with #FED4B8
Text Example
Text Example
White with #FED4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4B8; }
p { color: rgb(254,212,184); }
H1.HeaderClassName
{
color: #FED4B8;
}
.AnyTagClassName
{
color: #FED4B8;
}
</style>
background-color css
<style>
a { background-color: #FED4B8; }
a { background-color: rgb(254,212,184); }
div.DivClassName
{
background-color: #FED4B8;
}
.BgClassName
{
background-color: #FED4B8;
}
</style>
border-color css
<style>
span { border-color: #FED4B8; }
span { border-color: rgb(254,212,184); }
td.TdClassName
{
border-color: #FED4B8;
}
.TagClassName
{
border-color: #FED4B8;
}
</style>