Shades of Pippin #FEDFD7
Tints of Pippin #FEDFD7
RGB
CMYK
RGB Variations
Color information
#FEDFD7 (or 0xFEDFD7) is known color: Pippin. HEX triplet: FE, DF and D7. RGB value is (254,223,215). Sum of RGB (Red+Green+Blue) = 254+223+215=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 215 (84.38% from 255 or 31.07% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFD7 is #012028. Grayscale: #E7E7E7. Windows color (decimal): -73769 or 14147582. OLE color: 14147582.
HSL color Cylindrical-coordinate representation of color #FEDFD7: hue angle of 12.31º 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 #FEDFD7 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 215 | - |
CMYK | 0 | 0.12 | 0.15 | 0.00 |
HSL | 12.31º | 0.95% | 0.92% | - |
HSV(B) | 12.31º | 0.15% | 1% | - |
XYZ | 79.53 | 78.75 | 75.3 | - |
YUV | 231.36 | 118.77 | 144.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 215 | 0 | 0.12 | 0.15 | 0.00 | 12.31 | 0.95 | 0.92 |
Hex | FE | DF | D7 | 0 | C | F | 0 | C | 5F | 5C |
Octal | 376 | 337 | 327 | 0 | 14 | 17 | 0 | 14 | 137 | 134 |
Binary | 11111110 | 11011111 | 11010111 | 0 | 1100 | 1111 | 0 | 1100 | 1011111 | 1011100 |
Color Harmonies of #FEDFD7
Complementary color
Monochromatic Colors of #FEDFD7
Black with #FEDFD7
Text Example
Text Example
White with #FEDFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFD7; }
p { color: rgb(254,223,215); }
H1.HeaderClassName
{
color: #FEDFD7;
}
.AnyTagClassName
{
color: #FEDFD7;
}
</style>
background-color css
<style>
a { background-color: #FEDFD7; }
a { background-color: rgb(254,223,215); }
div.DivClassName
{
background-color: #FEDFD7;
}
.BgClassName
{
background-color: #FEDFD7;
}
</style>
border-color css
<style>
span { border-color: #FEDFD7; }
span { border-color: rgb(254,223,215); }
td.TdClassName
{
border-color: #FEDFD7;
}
.TagClassName
{
border-color: #FEDFD7;
}
</style>