Shades of Pippin #FDDBD2
Tints of Pippin #FDDBD2
RGB
CMYK
RGB Variations
Color information
#FDDBD2 (or 0xFDDBD2) is known color: Pippin. HEX triplet: FD, DB and D2. RGB value is (253,219,210). Sum of RGB (Red+Green+Blue) = 253+219+210=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBD2 is #02242D. Grayscale: #E4E4E4. Windows color (decimal): -140334 or 13818877. OLE color: 13818877.
HSL color Cylindrical-coordinate representation of color #FDDBD2: hue angle of 12.56º 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 #FDDBD2 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 210 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.01 |
| HSL | 12.56º | 0.91% | 0.91% | - |
| HSV(B) | 12.56º | 0.17% | 0.99% | - |
| XYZ | 77.47 | 76.2 | 71.6 | - |
| YUV | 228.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 210 | 0 | 0.13 | 0.17 | 0.01 | 12.56 | 0.91 | 0.91 |
| Hex | FD | DB | D2 | 0 | D | 11 | 1 | D | 5B | 5B |
| Octal | 375 | 333 | 322 | 0 | 15 | 21 | 1 | 15 | 133 | 133 |
| Binary | 11111101 | 11011011 | 11010010 | 0 | 1101 | 10001 | 1 | 1101 | 1011011 | 1011011 |
Color Harmonies of #FDDBD2
Complementary color
Monochromatic Colors of #FDDBD2
Black with #FDDBD2
Text Example
Text Example
White with #FDDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBD2; }
p { color: rgb(253,219,210); }
H1.HeaderClassName
{
color: #FDDBD2;
}
.AnyTagClassName
{
color: #FDDBD2;
}
</style>
background-color css
<style>
a { background-color: #FDDBD2; }
a { background-color: rgb(253,219,210); }
div.DivClassName
{
background-color: #FDDBD2;
}
.BgClassName
{
background-color: #FDDBD2;
}
</style>
border-color css
<style>
span { border-color: #FDDBD2; }
span { border-color: rgb(253,219,210); }
td.TdClassName
{
border-color: #FDDBD2;
}
.TagClassName
{
border-color: #FDDBD2;
}
</style>