Shades of Pippin #FDDED3
Tints of Pippin #FDDED3
RGB
CMYK
RGB Variations
Color information
#FDDED3 (or 0xFDDED3) is known color: Pippin. HEX triplet: FD, DE and D3. RGB value is (253,222,211). Sum of RGB (Red+Green+Blue) = 253+222+211=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 211 (82.81% from 255 or 30.76% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDED3 is #02212C. Grayscale: #E6E6E6. Windows color (decimal): -139565 or 13885181. OLE color: 13885181.
HSL color Cylindrical-coordinate representation of color #FDDED3: hue angle of 15.71º 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 #FDDED3 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 211 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.01 |
| HSL | 15.71º | 0.91% | 0.91% | - |
| HSV(B) | 15.71º | 0.17% | 0.99% | - |
| XYZ | 78.39 | 77.83 | 72.52 | - |
| YUV | 230.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 211 | 0 | 0.12 | 0.17 | 0.01 | 15.71 | 0.91 | 0.91 |
| Hex | FD | DE | D3 | 0 | C | 11 | 1 | 10 | 5B | 5B |
| Octal | 375 | 336 | 323 | 0 | 14 | 21 | 1 | 20 | 133 | 133 |
| Binary | 11111101 | 11011110 | 11010011 | 0 | 1100 | 10001 | 1 | 10000 | 1011011 | 1011011 |
Color Harmonies of #FDDED3
Complementary color
Monochromatic Colors of #FDDED3
Black with #FDDED3
Text Example
Text Example
White with #FDDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDED3; }
p { color: rgb(253,222,211); }
H1.HeaderClassName
{
color: #FDDED3;
}
.AnyTagClassName
{
color: #FDDED3;
}
</style>
background-color css
<style>
a { background-color: #FDDED3; }
a { background-color: rgb(253,222,211); }
div.DivClassName
{
background-color: #FDDED3;
}
.BgClassName
{
background-color: #FDDED3;
}
</style>
border-color css
<style>
span { border-color: #FDDED3; }
span { border-color: rgb(253,222,211); }
td.TdClassName
{
border-color: #FDDED3;
}
.TagClassName
{
border-color: #FDDED3;
}
</style>