Shades of Pippin #FEDED7
Tints of Pippin #FEDED7
RGB
CMYK
RGB Variations
Color information
#FEDED7 (or 0xFEDED7) is known color: Pippin. HEX triplet: FE, DE and D7. RGB value is (254,222,215). Sum of RGB (Red+Green+Blue) = 254+222+215=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 215 (84.38% from 255 or 31.11% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED7 is #012128. Grayscale: #E6E6E6. Windows color (decimal): -74025 or 14147326. OLE color: 14147326.
HSL color Cylindrical-coordinate representation of color #FEDED7: hue angle of 10.77º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEDED7 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 215 | - |
CMYK | 0 | 0.13 | 0.15 | 0.00 |
HSL | 10.77º | 0.95% | 0.92% | - |
HSV(B) | 10.77º | 0.15% | 1% | - |
XYZ | 79.26 | 78.22 | 75.21 | - |
YUV | 230.77 | 119.1 | 144.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 215 | 0 | 0.13 | 0.15 | 0.00 | 10.77 | 0.95 | 0.92 |
Hex | FE | DE | D7 | 0 | D | F | 0 | B | 5F | 5C |
Octal | 376 | 336 | 327 | 0 | 15 | 17 | 0 | 13 | 137 | 134 |
Binary | 11111110 | 11011110 | 11010111 | 0 | 1101 | 1111 | 0 | 1011 | 1011111 | 1011100 |
Color Harmonies of #FEDED7
Complementary color
Monochromatic Colors of #FEDED7
Black with #FEDED7
Text Example
Text Example
White with #FEDED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDED7; }
p { color: rgb(254,222,215); }
H1.HeaderClassName
{
color: #FEDED7;
}
.AnyTagClassName
{
color: #FEDED7;
}
</style>
background-color css
<style>
a { background-color: #FEDED7; }
a { background-color: rgb(254,222,215); }
div.DivClassName
{
background-color: #FEDED7;
}
.BgClassName
{
background-color: #FEDED7;
}
</style>
border-color css
<style>
span { border-color: #FEDED7; }
span { border-color: rgb(254,222,215); }
td.TdClassName
{
border-color: #FEDED7;
}
.TagClassName
{
border-color: #FEDED7;
}
</style>