Shades of Pippin #FDDECF
Tints of Pippin #FDDECF
RGB
CMYK
RGB Variations
Color information
#FDDECF (or 0xFDDECF) is known color: Pippin. HEX triplet: FD, DE and CF. RGB value is (253,222,207). Sum of RGB (Red+Green+Blue) = 253+222+207=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDECF is #022130. Grayscale: #E5E5E5. Windows color (decimal): -139569 or 13623037. OLE color: 13623037.
HSL color Cylindrical-coordinate representation of color #FDDECF: hue angle of 19.57º 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 #FDDECF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 207 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.01 |
| HSL | 19.57º | 0.92% | 0.9% | - |
| HSV(B) | 19.57º | 0.18% | 0.99% | - |
| XYZ | 77.89 | 77.63 | 69.91 | - |
| YUV | 229.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 207 | 0 | 0.12 | 0.18 | 0.01 | 19.57 | 0.92 | 0.9 |
| Hex | FD | DE | CF | 0 | C | 12 | 1 | 14 | 5C | 5A |
| Octal | 375 | 336 | 317 | 0 | 14 | 22 | 1 | 24 | 134 | 132 |
| Binary | 11111101 | 11011110 | 11001111 | 0 | 1100 | 10010 | 1 | 10100 | 1011100 | 1011010 |
Color Harmonies of #FDDECF
Complementary color
Monochromatic Colors of #FDDECF
Black with #FDDECF
Text Example
Text Example
White with #FDDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDECF; }
p { color: rgb(253,222,207); }
H1.HeaderClassName
{
color: #FDDECF;
}
.AnyTagClassName
{
color: #FDDECF;
}
</style>
background-color css
<style>
a { background-color: #FDDECF; }
a { background-color: rgb(253,222,207); }
div.DivClassName
{
background-color: #FDDECF;
}
.BgClassName
{
background-color: #FDDECF;
}
</style>
border-color css
<style>
span { border-color: #FDDECF; }
span { border-color: rgb(253,222,207); }
td.TdClassName
{
border-color: #FDDECF;
}
.TagClassName
{
border-color: #FDDECF;
}
</style>