Shades of Pippin #FEDED0
Tints of Pippin #FEDED0
RGB
CMYK
RGB Variations
Color information
#FEDED0 (or 0xFEDED0) is known color: Pippin. HEX triplet: FE, DE and D0. RGB value is (254,222,208). Sum of RGB (Red+Green+Blue) = 254+222+208=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED0 is #01212F. Grayscale: #E6E6E6. Windows color (decimal): -74032 or 13688574. OLE color: 13688574.
HSL color Cylindrical-coordinate representation of color #FEDED0: hue angle of 18.26º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEDED0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 208 | - |
CMYK | 0 | 0.13 | 0.18 | 0.00 |
HSL | 18.26º | 0.96% | 0.91% | - |
HSV(B) | 18.26º | 0.18% | 1% | - |
XYZ | 78.38 | 77.87 | 70.57 | - |
YUV | 229.97 | 115.6 | 145.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 208 | 0 | 0.13 | 0.18 | 0.00 | 18.26 | 0.96 | 0.91 |
Hex | FE | DE | D0 | 0 | D | 12 | 0 | 12 | 60 | 5B |
Octal | 376 | 336 | 320 | 0 | 15 | 22 | 0 | 22 | 140 | 133 |
Binary | 11111110 | 11011110 | 11010000 | 0 | 1101 | 10010 | 0 | 10010 | 1100000 | 1011011 |
Color Harmonies of #FEDED0
Complementary color
Monochromatic Colors of #FEDED0
Black with #FEDED0
Text Example
Text Example
White with #FEDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDED0; }
p { color: rgb(254,222,208); }
H1.HeaderClassName
{
color: #FEDED0;
}
.AnyTagClassName
{
color: #FEDED0;
}
</style>
background-color css
<style>
a { background-color: #FEDED0; }
a { background-color: rgb(254,222,208); }
div.DivClassName
{
background-color: #FEDED0;
}
.BgClassName
{
background-color: #FEDED0;
}
</style>
border-color css
<style>
span { border-color: #FEDED0; }
span { border-color: rgb(254,222,208); }
td.TdClassName
{
border-color: #FEDED0;
}
.TagClassName
{
border-color: #FEDED0;
}
</style>