Shades of Pippin #FDD8CF
Tints of Pippin #FDD8CF
RGB
CMYK
RGB Variations
Color information
#FDD8CF (or 0xFDD8CF) is known color: Pippin. HEX triplet: FD, D8 and CF. RGB value is (253,216,207). Sum of RGB (Red+Green+Blue) = 253+216+207=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8CF is #022730. Grayscale: #E2E2E2. Windows color (decimal): -141105 or 13621501. OLE color: 13621501.
HSL color Cylindrical-coordinate representation of color #FDD8CF: hue angle of 11.74º 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 #FDD8CF is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 207 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.01 |
| HSL | 11.74º | 0.92% | 0.9% | - |
| HSV(B) | 11.74º | 0.18% | 0.99% | - |
| XYZ | 76.33 | 74.5 | 69.39 | - |
| YUV | 226.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 207 | 0 | 0.15 | 0.18 | 0.01 | 11.74 | 0.92 | 0.9 |
| Hex | FD | D8 | CF | 0 | F | 12 | 1 | C | 5C | 5A |
| Octal | 375 | 330 | 317 | 0 | 17 | 22 | 1 | 14 | 134 | 132 |
| Binary | 11111101 | 11011000 | 11001111 | 0 | 1111 | 10010 | 1 | 1100 | 1011100 | 1011010 |
Color Harmonies of #FDD8CF
Complementary color
Monochromatic Colors of #FDD8CF
Black with #FDD8CF
Text Example
Text Example
White with #FDD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8CF; }
p { color: rgb(253,216,207); }
H1.HeaderClassName
{
color: #FDD8CF;
}
.AnyTagClassName
{
color: #FDD8CF;
}
</style>
background-color css
<style>
a { background-color: #FDD8CF; }
a { background-color: rgb(253,216,207); }
div.DivClassName
{
background-color: #FDD8CF;
}
.BgClassName
{
background-color: #FDD8CF;
}
</style>
border-color css
<style>
span { border-color: #FDD8CF; }
span { border-color: rgb(253,216,207); }
td.TdClassName
{
border-color: #FDD8CF;
}
.TagClassName
{
border-color: #FDD8CF;
}
</style>