Shades of Pippin #FDDACF
Tints of Pippin #FDDACF
RGB
CMYK
RGB Variations
Color information
#FDDACF (or 0xFDDACF) is known color: Pippin. HEX triplet: FD, DA and CF. RGB value is (253,218,207). Sum of RGB (Red+Green+Blue) = 253+218+207=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDACF is #022530. Grayscale: #E3E3E3. Windows color (decimal): -140593 or 13622013. OLE color: 13622013.
HSL color Cylindrical-coordinate representation of color #FDDACF: hue angle of 14.35º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDDACF is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 207 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.01 |
| HSL | 14.35º | 0.92% | 0.9% | - |
| HSV(B) | 14.35º | 0.18% | 0.99% | - |
| XYZ | 76.84 | 75.53 | 69.56 | - |
| YUV | 227.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 207 | 0 | 0.14 | 0.18 | 0.01 | 14.35 | 0.92 | 0.9 |
| Hex | FD | DA | CF | 0 | E | 12 | 1 | E | 5C | 5A |
| Octal | 375 | 332 | 317 | 0 | 16 | 22 | 1 | 16 | 134 | 132 |
| Binary | 11111101 | 11011010 | 11001111 | 0 | 1110 | 10010 | 1 | 1110 | 1011100 | 1011010 |
Color Harmonies of #FDDACF
Complementary color
Monochromatic Colors of #FDDACF
Black with #FDDACF
Text Example
Text Example
White with #FDDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDACF; }
p { color: rgb(253,218,207); }
H1.HeaderClassName
{
color: #FDDACF;
}
.AnyTagClassName
{
color: #FDDACF;
}
</style>
background-color css
<style>
a { background-color: #FDDACF; }
a { background-color: rgb(253,218,207); }
div.DivClassName
{
background-color: #FDDACF;
}
.BgClassName
{
background-color: #FDDACF;
}
</style>
border-color css
<style>
span { border-color: #FDDACF; }
span { border-color: rgb(253,218,207); }
td.TdClassName
{
border-color: #FDDACF;
}
.TagClassName
{
border-color: #FDDACF;
}
</style>