Shades of Pippin #FEDFD5
Tints of Pippin #FEDFD5
RGB
CMYK
RGB Variations
Color information
#FEDFD5 (or 0xFEDFD5) is known color: Pippin. HEX triplet: FE, DF and D5. RGB value is (254,223,213). Sum of RGB (Red+Green+Blue) = 254+223+213=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFD5 is #01202A. Grayscale: #E7E7E7. Windows color (decimal): -73771 or 14016510. OLE color: 14016510.
HSL color Cylindrical-coordinate representation of color #FEDFD5: hue angle of 14.63º 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 #FEDFD5 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 213 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.00 |
| HSL | 14.63º | 0.95% | 0.92% | - |
| HSV(B) | 14.63º | 0.16% | 1% | - |
| XYZ | 79.27 | 78.65 | 73.95 | - |
| YUV | 231.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 213 | 0 | 0.12 | 0.16 | 0.00 | 14.63 | 0.95 | 0.92 |
| Hex | FE | DF | D5 | 0 | C | 10 | 0 | F | 5F | 5C |
| Octal | 376 | 337 | 325 | 0 | 14 | 20 | 0 | 17 | 137 | 134 |
| Binary | 11111110 | 11011111 | 11010101 | 0 | 1100 | 10000 | 0 | 1111 | 1011111 | 1011100 |
Color Harmonies of #FEDFD5
Complementary color
Monochromatic Colors of #FEDFD5
Black with #FEDFD5
Text Example
Text Example
White with #FEDFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFD5; }
p { color: rgb(254,223,213); }
H1.HeaderClassName
{
color: #FEDFD5;
}
.AnyTagClassName
{
color: #FEDFD5;
}
</style>
background-color css
<style>
a { background-color: #FEDFD5; }
a { background-color: rgb(254,223,213); }
div.DivClassName
{
background-color: #FEDFD5;
}
.BgClassName
{
background-color: #FEDFD5;
}
</style>
border-color css
<style>
span { border-color: #FEDFD5; }
span { border-color: rgb(254,223,213); }
td.TdClassName
{
border-color: #FEDFD5;
}
.TagClassName
{
border-color: #FEDFD5;
}
</style>