Shades of Pippin #FDDED0
Tints of Pippin #FDDED0
RGB
CMYK
RGB Variations
Color information
#FDDED0 (or 0xFDDED0) is known color: Pippin. HEX triplet: FD, DE and D0. RGB value is (253,222,208). Sum of RGB (Red+Green+Blue) = 253+222+208=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDED0 is #02212F. Grayscale: #E5E5E5. Windows color (decimal): -139568 or 13688573. OLE color: 13688573.
HSL color Cylindrical-coordinate representation of color #FDDED0: hue angle of 18.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDDED0 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 208 | - |
CMYK | 0 | 0.12 | 0.18 | 0.01 |
HSL | 18.67º | 0.92% | 0.9% | - |
HSV(B) | 18.67º | 0.18% | 0.99% | - |
XYZ | 78.01 | 77.68 | 70.56 | - |
YUV | 229.67 | 115.77 | 144.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 208 | 0 | 0.12 | 0.18 | 0.01 | 18.67 | 0.92 | 0.9 |
Hex | FD | DE | D0 | 0 | C | 12 | 1 | 13 | 5C | 5A |
Octal | 375 | 336 | 320 | 0 | 14 | 22 | 1 | 23 | 134 | 132 |
Binary | 11111101 | 11011110 | 11010000 | 0 | 1100 | 10010 | 1 | 10011 | 1011100 | 1011010 |
Color Harmonies of #FDDED0
Complementary color
Monochromatic Colors of #FDDED0
Black with #FDDED0
Text Example
Text Example
White with #FDDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDED0; }
p { color: rgb(253,222,208); }
H1.HeaderClassName
{
color: #FDDED0;
}
.AnyTagClassName
{
color: #FDDED0;
}
</style>
background-color css
<style>
a { background-color: #FDDED0; }
a { background-color: rgb(253,222,208); }
div.DivClassName
{
background-color: #FDDED0;
}
.BgClassName
{
background-color: #FDDED0;
}
</style>
border-color css
<style>
span { border-color: #FDDED0; }
span { border-color: rgb(253,222,208); }
td.TdClassName
{
border-color: #FDDED0;
}
.TagClassName
{
border-color: #FDDED0;
}
</style>