Shades of Pippin #FEDDD5
Tints of Pippin #FEDDD5
RGB
CMYK
RGB Variations
Color information
#FEDDD5 (or 0xFEDDD5) is known color: Pippin. HEX triplet: FE, DD and D5. RGB value is (254,221,213). Sum of RGB (Red+Green+Blue) = 254+221+213=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD5 is #01222A. Grayscale: #E6E6E6. Windows color (decimal): -74283 or 14015998. OLE color: 14015998.
HSL color Cylindrical-coordinate representation of color #FEDDD5: hue angle of 11.71º 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 #FEDDD5 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 221 | 213 | - |
CMYK | 0 | 0.13 | 0.16 | 0.00 |
HSL | 11.71º | 0.95% | 0.92% | - |
HSV(B) | 11.71º | 0.16% | 1% | - |
XYZ | 78.74 | 77.59 | 73.78 | - |
YUV | 229.96 | 118.43 | 145.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 221 | 213 | 0 | 0.13 | 0.16 | 0.00 | 11.71 | 0.95 | 0.92 |
Hex | FE | DD | D5 | 0 | D | 10 | 0 | C | 5F | 5C |
Octal | 376 | 335 | 325 | 0 | 15 | 20 | 0 | 14 | 137 | 134 |
Binary | 11111110 | 11011101 | 11010101 | 0 | 1101 | 10000 | 0 | 1100 | 1011111 | 1011100 |
Color Harmonies of #FEDDD5
Complementary color
Monochromatic Colors of #FEDDD5
Black with #FEDDD5
Text Example
Text Example
White with #FEDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDD5; }
p { color: rgb(254,221,213); }
H1.HeaderClassName
{
color: #FEDDD5;
}
.AnyTagClassName
{
color: #FEDDD5;
}
</style>
background-color css
<style>
a { background-color: #FEDDD5; }
a { background-color: rgb(254,221,213); }
div.DivClassName
{
background-color: #FEDDD5;
}
.BgClassName
{
background-color: #FEDDD5;
}
</style>
border-color css
<style>
span { border-color: #FEDDD5; }
span { border-color: rgb(254,221,213); }
td.TdClassName
{
border-color: #FEDDD5;
}
.TagClassName
{
border-color: #FEDDD5;
}
</style>