Shades of Pippin #FDDCD5
Tints of Pippin #FDDCD5
RGB
CMYK
RGB Variations
Color information
#FDDCD5 (or 0xFDDCD5) is known color: Pippin. HEX triplet: FD, DC and D5. RGB value is (253,220,213). Sum of RGB (Red+Green+Blue) = 253+220+213=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD5 is #02232A. Grayscale: #E5E5E5. Windows color (decimal): -140075 or 14015741. OLE color: 14015741.
HSL color Cylindrical-coordinate representation of color #FDDCD5: hue angle of 10.5º 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 #FDDCD5 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 213 | - |
CMYK | 0 | 0.13 | 0.16 | 0.01 |
HSL | 10.5º | 0.91% | 0.91% | - |
HSV(B) | 10.5º | 0.16% | 0.99% | - |
XYZ | 78.11 | 76.87 | 73.67 | - |
YUV | 229.07 | 118.93 | 145.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 213 | 0 | 0.13 | 0.16 | 0.01 | 10.5 | 0.91 | 0.91 |
Hex | FD | DC | D5 | 0 | D | 10 | 1 | A | 5B | 5B |
Octal | 375 | 334 | 325 | 0 | 15 | 20 | 1 | 12 | 133 | 133 |
Binary | 11111101 | 11011100 | 11010101 | 0 | 1101 | 10000 | 1 | 1010 | 1011011 | 1011011 |
Color Harmonies of #FDDCD5
Complementary color
Monochromatic Colors of #FDDCD5
Black with #FDDCD5
Text Example
Text Example
White with #FDDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCD5; }
p { color: rgb(253,220,213); }
H1.HeaderClassName
{
color: #FDDCD5;
}
.AnyTagClassName
{
color: #FDDCD5;
}
</style>
background-color css
<style>
a { background-color: #FDDCD5; }
a { background-color: rgb(253,220,213); }
div.DivClassName
{
background-color: #FDDCD5;
}
.BgClassName
{
background-color: #FDDCD5;
}
</style>
border-color css
<style>
span { border-color: #FDDCD5; }
span { border-color: rgb(253,220,213); }
td.TdClassName
{
border-color: #FDDCD5;
}
.TagClassName
{
border-color: #FDDCD5;
}
</style>