Shades of Pippin #FEDFD8
Tints of Pippin #FEDFD8
RGB
CMYK
RGB Variations
Color information
#FEDFD8 (or 0xFEDFD8) is known color: Pippin. HEX triplet: FE, DF and D8. RGB value is (254,223,216). Sum of RGB (Red+Green+Blue) = 254+223+216=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 216 (84.77% from 255 or 31.17% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFD8 is #012027. Grayscale: #E7E7E7. Windows color (decimal): -73768 or 14213118. OLE color: 14213118.
HSL color Cylindrical-coordinate representation of color #FEDFD8: hue angle of 11.05º 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 #FEDFD8 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 216 | - |
CMYK | 0 | 0.12 | 0.15 | 0.00 |
HSL | 11.05º | 0.95% | 0.92% | - |
HSV(B) | 11.05º | 0.15% | 1% | - |
XYZ | 79.66 | 78.8 | 75.98 | - |
YUV | 231.47 | 119.27 | 144.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 216 | 0 | 0.12 | 0.15 | 0.00 | 11.05 | 0.95 | 0.92 |
Hex | FE | DF | D8 | 0 | C | F | 0 | B | 5F | 5C |
Octal | 376 | 337 | 330 | 0 | 14 | 17 | 0 | 13 | 137 | 134 |
Binary | 11111110 | 11011111 | 11011000 | 0 | 1100 | 1111 | 0 | 1011 | 1011111 | 1011100 |
Color Harmonies of #FEDFD8
Complementary color
Monochromatic Colors of #FEDFD8
Black with #FEDFD8
Text Example
Text Example
White with #FEDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFD8; }
p { color: rgb(254,223,216); }
H1.HeaderClassName
{
color: #FEDFD8;
}
.AnyTagClassName
{
color: #FEDFD8;
}
</style>
background-color css
<style>
a { background-color: #FEDFD8; }
a { background-color: rgb(254,223,216); }
div.DivClassName
{
background-color: #FEDFD8;
}
.BgClassName
{
background-color: #FEDFD8;
}
</style>
border-color css
<style>
span { border-color: #FEDFD8; }
span { border-color: rgb(254,223,216); }
td.TdClassName
{
border-color: #FEDFD8;
}
.TagClassName
{
border-color: #FEDFD8;
}
</style>