Shades of Peach Puff #FED6B7
Tints of Peach Puff #FED6B7
RGB
CMYK
RGB Variations
Color information
#FED6B7 (or 0xFED6B7) is known color: Peach Puff. HEX triplet: FE, D6 and B7. RGB value is (254,214,183). Sum of RGB (Red+Green+Blue) = 254+214+183=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 183 (71.88% from 255 or 28.11% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6B7 is #012948. Grayscale: #DEDEDE. Windows color (decimal): -76105 or 12048126. OLE color: 12048126.
HSL color Cylindrical-coordinate representation of color #FED6B7: hue angle of 26.2º 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 #FED6B7 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 214 | 183 | - |
CMYK | 0 | 0.16 | 0.28 | 0.00 |
HSL | 26.2º | 0.97% | 0.86% | - |
HSV(B) | 26.2º | 0.28% | 1% | - |
XYZ | 73.47 | 72.58 | 54.94 | - |
YUV | 222.43 | 105.75 | 150.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 214 | 183 | 0 | 0.16 | 0.28 | 0.00 | 26.2 | 0.97 | 0.86 |
Hex | FE | D6 | B7 | 0 | 10 | 1C | 0 | 1A | 61 | 56 |
Octal | 376 | 326 | 267 | 0 | 20 | 34 | 0 | 32 | 141 | 126 |
Binary | 11111110 | 11010110 | 10110111 | 0 | 10000 | 11100 | 0 | 11010 | 1100001 | 1010110 |
Color Harmonies of #FED6B7
Complementary color
Monochromatic Colors of #FED6B7
Black with #FED6B7
Text Example
Text Example
White with #FED6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6B7; }
p { color: rgb(254,214,183); }
H1.HeaderClassName
{
color: #FED6B7;
}
.AnyTagClassName
{
color: #FED6B7;
}
</style>
background-color css
<style>
a { background-color: #FED6B7; }
a { background-color: rgb(254,214,183); }
div.DivClassName
{
background-color: #FED6B7;
}
.BgClassName
{
background-color: #FED6B7;
}
</style>
border-color css
<style>
span { border-color: #FED6B7; }
span { border-color: rgb(254,214,183); }
td.TdClassName
{
border-color: #FED6B7;
}
.TagClassName
{
border-color: #FED6B7;
}
</style>