Shades of Pippin #FFDFD2
Tints of Pippin #FFDFD2
RGB
CMYK
RGB Variations
Color information
#FFDFD2 (or 0xFFDFD2) is known color: Pippin. HEX triplet: FF, DF and D2. RGB value is (255,223,210). Sum of RGB (Red+Green+Blue) = 255+223+210=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 210 (82.42% from 255 or 30.52% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD2 is #00202D. Grayscale: #E7E7E7. Windows color (decimal): -8238 or 13819903. OLE color: 13819903.
HSL color Cylindrical-coordinate representation of color #FFDFD2: hue angle of 17.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFDFD2 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 210 | - |
| CMYK | 0 | 0.13 | 0.18 | 0 |
| HSL | 17.33º | 1% | 0.91% | - |
| HSV(B) | 17.33º | 0.18% | 1% | - |
| XYZ | 79.26 | 78.69 | 71.98 | - |
| YUV | 231.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 210 | 0 | 0.13 | 0.18 | 0 | 17.33 | 1 | 0.91 |
| Hex | FF | DF | D2 | 0 | D | 12 | 0 | 11 | 64 | 5B |
| Octal | 377 | 337 | 322 | 0 | 15 | 22 | 0 | 21 | 144 | 133 |
| Binary | 11111111 | 11011111 | 11010010 | 0 | 1101 | 10010 | 0 | 10001 | 1100100 | 1011011 |
Color Harmonies of #FFDFD2
Complementary color
Monochromatic Colors of #FFDFD2
Black with #FFDFD2
Text Example
Text Example
White with #FFDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFD2; }
p { color: rgb(255,223,210); }
H1.HeaderClassName
{
color: #FFDFD2;
}
.AnyTagClassName
{
color: #FFDFD2;
}
</style>
background-color css
<style>
a { background-color: #FFDFD2; }
a { background-color: rgb(255,223,210); }
div.DivClassName
{
background-color: #FFDFD2;
}
.BgClassName
{
background-color: #FFDFD2;
}
</style>
border-color css
<style>
span { border-color: #FFDFD2; }
span { border-color: rgb(255,223,210); }
td.TdClassName
{
border-color: #FFDFD2;
}
.TagClassName
{
border-color: #FFDFD2;
}
</style>