Shades of Pippin #FDDCD2
Tints of Pippin #FDDCD2
RGB
CMYK
RGB Variations
Color information
#FDDCD2 (or 0xFDDCD2) is known color: Pippin. HEX triplet: FD, DC and D2. RGB value is (253,220,210). Sum of RGB (Red+Green+Blue) = 253+220+210=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD2 is #02232D. Grayscale: #E4E4E4. Windows color (decimal): -140078 or 13819133. OLE color: 13819133.
HSL color Cylindrical-coordinate representation of color #FDDCD2: hue angle of 13.95º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDDCD2 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 210 | - |
CMYK | 0 | 0.13 | 0.17 | 0.01 |
HSL | 13.95º | 0.91% | 0.91% | - |
HSV(B) | 13.95º | 0.17% | 0.99% | - |
XYZ | 77.73 | 76.72 | 71.68 | - |
YUV | 228.73 | 117.43 | 145.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 210 | 0 | 0.13 | 0.17 | 0.01 | 13.95 | 0.91 | 0.91 |
Hex | FD | DC | D2 | 0 | D | 11 | 1 | E | 5B | 5B |
Octal | 375 | 334 | 322 | 0 | 15 | 21 | 1 | 16 | 133 | 133 |
Binary | 11111101 | 11011100 | 11010010 | 0 | 1101 | 10001 | 1 | 1110 | 1011011 | 1011011 |
Color Harmonies of #FDDCD2
Complementary color
Monochromatic Colors of #FDDCD2
Black with #FDDCD2
Text Example
Text Example
White with #FDDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCD2; }
p { color: rgb(253,220,210); }
H1.HeaderClassName
{
color: #FDDCD2;
}
.AnyTagClassName
{
color: #FDDCD2;
}
</style>
background-color css
<style>
a { background-color: #FDDCD2; }
a { background-color: rgb(253,220,210); }
div.DivClassName
{
background-color: #FDDCD2;
}
.BgClassName
{
background-color: #FDDCD2;
}
</style>
border-color css
<style>
span { border-color: #FDDCD2; }
span { border-color: rgb(253,220,210); }
td.TdClassName
{
border-color: #FDDCD2;
}
.TagClassName
{
border-color: #FDDCD2;
}
</style>