Shades of Peach Puff #FEDABB
Tints of Peach Puff #FEDABB
RGB
CMYK
RGB Variations
Color information
#FEDABB (or 0xFEDABB) is known color: Peach Puff. HEX triplet: FE, DA and BB. RGB value is (254,218,187). Sum of RGB (Red+Green+Blue) = 254+218+187=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 187 (73.44% from 255 or 28.38% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDABB is #012544. Grayscale: #E1E1E1. Windows color (decimal): -75077 or 12311294. OLE color: 12311294.
HSL color Cylindrical-coordinate representation of color #FEDABB: hue angle of 27.76º 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 #FEDABB is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 187 | - |
CMYK | 0 | 0.14 | 0.26 | 0.00 |
HSL | 27.76º | 0.97% | 0.86% | - |
HSV(B) | 27.76º | 0.26% | 1% | - |
XYZ | 74.91 | 74.8 | 57.5 | - |
YUV | 225.23 | 106.43 | 148.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 187 | 0 | 0.14 | 0.26 | 0.00 | 27.76 | 0.97 | 0.86 |
Hex | FE | DA | BB | 0 | E | 1A | 0 | 1C | 61 | 56 |
Octal | 376 | 332 | 273 | 0 | 16 | 32 | 0 | 34 | 141 | 126 |
Binary | 11111110 | 11011010 | 10111011 | 0 | 1110 | 11010 | 0 | 11100 | 1100001 | 1010110 |
Color Harmonies of #FEDABB
Complementary color
Monochromatic Colors of #FEDABB
Black with #FEDABB
Text Example
Text Example
White with #FEDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDABB; }
p { color: rgb(254,218,187); }
H1.HeaderClassName
{
color: #FEDABB;
}
.AnyTagClassName
{
color: #FEDABB;
}
</style>
background-color css
<style>
a { background-color: #FEDABB; }
a { background-color: rgb(254,218,187); }
div.DivClassName
{
background-color: #FEDABB;
}
.BgClassName
{
background-color: #FEDABB;
}
</style>
border-color css
<style>
span { border-color: #FEDABB; }
span { border-color: rgb(254,218,187); }
td.TdClassName
{
border-color: #FEDABB;
}
.TagClassName
{
border-color: #FEDABB;
}
</style>