Shades of Pippin #FDDFD0
Tints of Pippin #FDDFD0
RGB
CMYK
RGB Variations
Color information
#FDDFD0 (or 0xFDDFD0) is known color: Pippin. HEX triplet: FD, DF and D0. RGB value is (253,223,208). Sum of RGB (Red+Green+Blue) = 253+223+208=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD0 is #02202F. Grayscale: #E6E6E6. Windows color (decimal): -139312 or 13688829. OLE color: 13688829.
HSL color Cylindrical-coordinate representation of color #FDDFD0: hue angle of 20º 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 #FDDFD0 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 208 | - |
CMYK | 0 | 0.12 | 0.18 | 0.01 |
HSL | 20º | 0.92% | 0.9% | - |
HSV(B) | 20º | 0.18% | 0.99% | - |
XYZ | 78.28 | 78.21 | 70.65 | - |
YUV | 230.26 | 115.44 | 144.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 208 | 0 | 0.12 | 0.18 | 0.01 | 20 | 0.92 | 0.9 |
Hex | FD | DF | D0 | 0 | C | 12 | 1 | 14 | 5C | 5A |
Octal | 375 | 337 | 320 | 0 | 14 | 22 | 1 | 24 | 134 | 132 |
Binary | 11111101 | 11011111 | 11010000 | 0 | 1100 | 10010 | 1 | 10100 | 1011100 | 1011010 |
Color Harmonies of #FDDFD0
Complementary color
Monochromatic Colors of #FDDFD0
Black with #FDDFD0
Text Example
Text Example
White with #FDDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFD0; }
p { color: rgb(253,223,208); }
H1.HeaderClassName
{
color: #FDDFD0;
}
.AnyTagClassName
{
color: #FDDFD0;
}
</style>
background-color css
<style>
a { background-color: #FDDFD0; }
a { background-color: rgb(253,223,208); }
div.DivClassName
{
background-color: #FDDFD0;
}
.BgClassName
{
background-color: #FDDFD0;
}
</style>
border-color css
<style>
span { border-color: #FDDFD0; }
span { border-color: rgb(253,223,208); }
td.TdClassName
{
border-color: #FDDFD0;
}
.TagClassName
{
border-color: #FDDFD0;
}
</style>