Shades of Pippin #FDDDCF
Tints of Pippin #FDDDCF
RGB
CMYK
RGB Variations
Color information
#FDDDCF (or 0xFDDDCF) is known color: Pippin. HEX triplet: FD, DD and CF. RGB value is (253,221,207). Sum of RGB (Red+Green+Blue) = 253+221+207=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDCF is #022230. Grayscale: #E5E5E5. Windows color (decimal): -139825 or 13622781. OLE color: 13622781.
HSL color Cylindrical-coordinate representation of color #FDDDCF: hue angle of 18.26º 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 #FDDDCF is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 207 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.01 |
| HSL | 18.26º | 0.92% | 0.9% | - |
| HSV(B) | 18.26º | 0.18% | 0.99% | - |
| XYZ | 77.63 | 77.1 | 69.82 | - |
| YUV | 228.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 207 | 0 | 0.13 | 0.18 | 0.01 | 18.26 | 0.92 | 0.9 |
| Hex | FD | DD | CF | 0 | D | 12 | 1 | 12 | 5C | 5A |
| Octal | 375 | 335 | 317 | 0 | 15 | 22 | 1 | 22 | 134 | 132 |
| Binary | 11111101 | 11011101 | 11001111 | 0 | 1101 | 10010 | 1 | 10010 | 1011100 | 1011010 |
Color Harmonies of #FDDDCF
Complementary color
Monochromatic Colors of #FDDDCF
Black with #FDDDCF
Text Example
Text Example
White with #FDDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDCF; }
p { color: rgb(253,221,207); }
H1.HeaderClassName
{
color: #FDDDCF;
}
.AnyTagClassName
{
color: #FDDDCF;
}
</style>
background-color css
<style>
a { background-color: #FDDDCF; }
a { background-color: rgb(253,221,207); }
div.DivClassName
{
background-color: #FDDDCF;
}
.BgClassName
{
background-color: #FDDDCF;
}
</style>
border-color css
<style>
span { border-color: #FDDDCF; }
span { border-color: rgb(253,221,207); }
td.TdClassName
{
border-color: #FDDDCF;
}
.TagClassName
{
border-color: #FDDDCF;
}
</style>