Shades of Pippin #FDDAD3
Tints of Pippin #FDDAD3
RGB
CMYK
RGB Variations
Color information
#FDDAD3 (or 0xFDDAD3) is known color: Pippin. HEX triplet: FD, DA and D3. RGB value is (253,218,211). Sum of RGB (Red+Green+Blue) = 253+218+211=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAD3 is #02252C. Grayscale: #E3E3E3. Windows color (decimal): -140589 or 13884157. OLE color: 13884157.
HSL color Cylindrical-coordinate representation of color #FDDAD3: hue angle of 10º 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 #FDDAD3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 211 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.01 |
| HSL | 10º | 0.91% | 0.91% | - |
| HSV(B) | 10º | 0.17% | 0.99% | - |
| XYZ | 77.34 | 75.73 | 72.17 | - |
| YUV | 227.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 211 | 0 | 0.14 | 0.17 | 0.01 | 10 | 0.91 | 0.91 |
| Hex | FD | DA | D3 | 0 | E | 11 | 1 | A | 5B | 5B |
| Octal | 375 | 332 | 323 | 0 | 16 | 21 | 1 | 12 | 133 | 133 |
| Binary | 11111101 | 11011010 | 11010011 | 0 | 1110 | 10001 | 1 | 1010 | 1011011 | 1011011 |
Color Harmonies of #FDDAD3
Complementary color
Monochromatic Colors of #FDDAD3
Black with #FDDAD3
Text Example
Text Example
White with #FDDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAD3; }
p { color: rgb(253,218,211); }
H1.HeaderClassName
{
color: #FDDAD3;
}
.AnyTagClassName
{
color: #FDDAD3;
}
</style>
background-color css
<style>
a { background-color: #FDDAD3; }
a { background-color: rgb(253,218,211); }
div.DivClassName
{
background-color: #FDDAD3;
}
.BgClassName
{
background-color: #FDDAD3;
}
</style>
border-color css
<style>
span { border-color: #FDDAD3; }
span { border-color: rgb(253,218,211); }
td.TdClassName
{
border-color: #FDDAD3;
}
.TagClassName
{
border-color: #FDDAD3;
}
</style>