Shades of Pippin #FDDFCF
Tints of Pippin #FDDFCF
RGB
CMYK
RGB Variations
Color information
#FDDFCF (or 0xFDDFCF) is known color: Pippin. HEX triplet: FD, DF and CF. RGB value is (253,223,207). Sum of RGB (Red+Green+Blue) = 253+223+207=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFCF is #022030. Grayscale: #E6E6E6. Windows color (decimal): -139313 or 13623293. OLE color: 13623293.
HSL color Cylindrical-coordinate representation of color #FDDFCF: hue angle of 20.87º 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 #FDDFCF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 207 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.01 |
| HSL | 20.87º | 0.92% | 0.9% | - |
| HSV(B) | 20.87º | 0.18% | 0.99% | - |
| XYZ | 78.16 | 78.16 | 70 | - |
| YUV | 230.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 207 | 0 | 0.12 | 0.18 | 0.01 | 20.87 | 0.92 | 0.9 |
| Hex | FD | DF | CF | 0 | C | 12 | 1 | 15 | 5C | 5A |
| Octal | 375 | 337 | 317 | 0 | 14 | 22 | 1 | 25 | 134 | 132 |
| Binary | 11111101 | 11011111 | 11001111 | 0 | 1100 | 10010 | 1 | 10101 | 1011100 | 1011010 |
Color Harmonies of #FDDFCF
Complementary color
Monochromatic Colors of #FDDFCF
Black with #FDDFCF
Text Example
Text Example
White with #FDDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFCF; }
p { color: rgb(253,223,207); }
H1.HeaderClassName
{
color: #FDDFCF;
}
.AnyTagClassName
{
color: #FDDFCF;
}
</style>
background-color css
<style>
a { background-color: #FDDFCF; }
a { background-color: rgb(253,223,207); }
div.DivClassName
{
background-color: #FDDFCF;
}
.BgClassName
{
background-color: #FDDFCF;
}
</style>
border-color css
<style>
span { border-color: #FDDFCF; }
span { border-color: rgb(253,223,207); }
td.TdClassName
{
border-color: #FDDFCF;
}
.TagClassName
{
border-color: #FDDFCF;
}
</style>