Shades of Pippin #FDDFD4
Tints of Pippin #FDDFD4
RGB
CMYK
RGB Variations
Color information
#FDDFD4 (or 0xFDDFD4) is known color: Pippin. HEX triplet: FD, DF and D4. RGB value is (253,223,212). Sum of RGB (Red+Green+Blue) = 253+223+212=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD4 is #02202B. Grayscale: #E6E6E6. Windows color (decimal): -139308 or 13950973. OLE color: 13950973.
HSL color Cylindrical-coordinate representation of color #FDDFD4: hue angle of 16.1º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDDFD4 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 212 | - |
CMYK | 0 | 0.12 | 0.16 | 0.01 |
HSL | 16.1º | 0.91% | 0.91% | - |
HSV(B) | 16.1º | 0.16% | 0.99% | - |
XYZ | 78.78 | 78.41 | 73.27 | - |
YUV | 230.72 | 117.44 | 143.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 212 | 0 | 0.12 | 0.16 | 0.01 | 16.1 | 0.91 | 0.91 |
Hex | FD | DF | D4 | 0 | C | 10 | 1 | 10 | 5B | 5B |
Octal | 375 | 337 | 324 | 0 | 14 | 20 | 1 | 20 | 133 | 133 |
Binary | 11111101 | 11011111 | 11010100 | 0 | 1100 | 10000 | 1 | 10000 | 1011011 | 1011011 |
Color Harmonies of #FDDFD4
Complementary color
Monochromatic Colors of #FDDFD4
Black with #FDDFD4
Text Example
Text Example
White with #FDDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFD4; }
p { color: rgb(253,223,212); }
H1.HeaderClassName
{
color: #FDDFD4;
}
.AnyTagClassName
{
color: #FDDFD4;
}
</style>
background-color css
<style>
a { background-color: #FDDFD4; }
a { background-color: rgb(253,223,212); }
div.DivClassName
{
background-color: #FDDFD4;
}
.BgClassName
{
background-color: #FDDFD4;
}
</style>
border-color css
<style>
span { border-color: #FDDFD4; }
span { border-color: rgb(253,223,212); }
td.TdClassName
{
border-color: #FDDFD4;
}
.TagClassName
{
border-color: #FDDFD4;
}
</style>