Shades of Pippin #FEDFD6
Tints of Pippin #FEDFD6
RGB
CMYK
RGB Variations
Color information
#FEDFD6 (or 0xFEDFD6) is known color: Pippin. HEX triplet: FE, DF and D6. RGB value is (254,223,214). Sum of RGB (Red+Green+Blue) = 254+223+214=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 214 (83.98% from 255 or 30.97% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFD6 is #012029. Grayscale: #E7E7E7. Windows color (decimal): -73770 or 14082046. OLE color: 14082046.
HSL color Cylindrical-coordinate representation of color #FEDFD6: hue angle of 13.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEDFD6 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 214 | - |
CMYK | 0 | 0.12 | 0.16 | 0.00 |
HSL | 13.5º | 0.95% | 0.92% | - |
HSV(B) | 13.5º | 0.16% | 1% | - |
XYZ | 79.4 | 78.7 | 74.62 | - |
YUV | 231.24 | 118.27 | 144.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 214 | 0 | 0.12 | 0.16 | 0.00 | 13.5 | 0.95 | 0.92 |
Hex | FE | DF | D6 | 0 | C | 10 | 0 | E | 5F | 5C |
Octal | 376 | 337 | 326 | 0 | 14 | 20 | 0 | 16 | 137 | 134 |
Binary | 11111110 | 11011111 | 11010110 | 0 | 1100 | 10000 | 0 | 1110 | 1011111 | 1011100 |
Color Harmonies of #FEDFD6
Complementary color
Monochromatic Colors of #FEDFD6
Black with #FEDFD6
Text Example
Text Example
White with #FEDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFD6; }
p { color: rgb(254,223,214); }
H1.HeaderClassName
{
color: #FEDFD6;
}
.AnyTagClassName
{
color: #FEDFD6;
}
</style>
background-color css
<style>
a { background-color: #FEDFD6; }
a { background-color: rgb(254,223,214); }
div.DivClassName
{
background-color: #FEDFD6;
}
.BgClassName
{
background-color: #FEDFD6;
}
</style>
border-color css
<style>
span { border-color: #FEDFD6; }
span { border-color: rgb(254,223,214); }
td.TdClassName
{
border-color: #FEDFD6;
}
.TagClassName
{
border-color: #FEDFD6;
}
</style>