Shades of Pippin #FDDDD4
Tints of Pippin #FDDDD4
RGB
CMYK
RGB Variations
Color information
#FDDDD4 (or 0xFDDDD4) is known color: Pippin. HEX triplet: FD, DD and D4. RGB value is (253,221,212). Sum of RGB (Red+Green+Blue) = 253+221+212=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDD4 is #02222B. Grayscale: #E5E5E5. Windows color (decimal): -139820 or 13950461. OLE color: 13950461.
HSL color Cylindrical-coordinate representation of color #FDDDD4: hue angle of 13.17º 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 #FDDDD4 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 212 | - |
CMYK | 0 | 0.13 | 0.16 | 0.01 |
HSL | 13.17º | 0.91% | 0.91% | - |
HSV(B) | 13.17º | 0.16% | 0.99% | - |
XYZ | 78.25 | 77.35 | 73.09 | - |
YUV | 229.54 | 118.1 | 144.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 212 | 0 | 0.13 | 0.16 | 0.01 | 13.17 | 0.91 | 0.91 |
Hex | FD | DD | D4 | 0 | D | 10 | 1 | D | 5B | 5B |
Octal | 375 | 335 | 324 | 0 | 15 | 20 | 1 | 15 | 133 | 133 |
Binary | 11111101 | 11011101 | 11010100 | 0 | 1101 | 10000 | 1 | 1101 | 1011011 | 1011011 |
Color Harmonies of #FDDDD4
Complementary color
Monochromatic Colors of #FDDDD4
Black with #FDDDD4
Text Example
Text Example
White with #FDDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDD4; }
p { color: rgb(253,221,212); }
H1.HeaderClassName
{
color: #FDDDD4;
}
.AnyTagClassName
{
color: #FDDDD4;
}
</style>
background-color css
<style>
a { background-color: #FDDDD4; }
a { background-color: rgb(253,221,212); }
div.DivClassName
{
background-color: #FDDDD4;
}
.BgClassName
{
background-color: #FDDDD4;
}
</style>
border-color css
<style>
span { border-color: #FDDDD4; }
span { border-color: rgb(253,221,212); }
td.TdClassName
{
border-color: #FDDDD4;
}
.TagClassName
{
border-color: #FDDDD4;
}
</style>