Shades of Pippin #FDDAD1
Tints of Pippin #FDDAD1
RGB
CMYK
RGB Variations
Color information
#FDDAD1 (or 0xFDDAD1) is known color: Pippin. HEX triplet: FD, DA and D1. RGB value is (253,218,209). Sum of RGB (Red+Green+Blue) = 253+218+209=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAD1 is #02252E. Grayscale: #E3E3E3. Windows color (decimal): -140591 or 13753085. OLE color: 13753085.
HSL color Cylindrical-coordinate representation of color #FDDAD1: hue angle of 12.27º degrees, saturation: 0.92, 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 #FDDAD1 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 209 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.01 |
| HSL | 12.27º | 0.92% | 0.91% | - |
| HSV(B) | 12.27º | 0.17% | 0.99% | - |
| XYZ | 77.09 | 75.63 | 70.86 | - |
| YUV | 227.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 209 | 0 | 0.14 | 0.17 | 0.01 | 12.27 | 0.92 | 0.91 |
| Hex | FD | DA | D1 | 0 | E | 11 | 1 | C | 5C | 5B |
| Octal | 375 | 332 | 321 | 0 | 16 | 21 | 1 | 14 | 134 | 133 |
| Binary | 11111101 | 11011010 | 11010001 | 0 | 1110 | 10001 | 1 | 1100 | 1011100 | 1011011 |
Color Harmonies of #FDDAD1
Complementary color
Monochromatic Colors of #FDDAD1
Black with #FDDAD1
Text Example
Text Example
White with #FDDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAD1; }
p { color: rgb(253,218,209); }
H1.HeaderClassName
{
color: #FDDAD1;
}
.AnyTagClassName
{
color: #FDDAD1;
}
</style>
background-color css
<style>
a { background-color: #FDDAD1; }
a { background-color: rgb(253,218,209); }
div.DivClassName
{
background-color: #FDDAD1;
}
.BgClassName
{
background-color: #FDDAD1;
}
</style>
border-color css
<style>
span { border-color: #FDDAD1; }
span { border-color: rgb(253,218,209); }
td.TdClassName
{
border-color: #FDDAD1;
}
.TagClassName
{
border-color: #FDDAD1;
}
</style>