Shades of Pippin #FDD8D0
Tints of Pippin #FDD8D0
RGB
CMYK
RGB Variations
Color information
#FDD8D0 (or 0xFDD8D0) is known color: Pippin. HEX triplet: FD, D8 and D0. RGB value is (253,216,208). Sum of RGB (Red+Green+Blue) = 253+216+208=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 208 (81.64% from 255 or 30.72% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8D0 is #02272F. Grayscale: #E2E2E2. Windows color (decimal): -141104 or 13687037. OLE color: 13687037.
HSL color Cylindrical-coordinate representation of color #FDD8D0: hue angle of 10.67º 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 #FDD8D0 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 216 | 208 | - |
CMYK | 0 | 0.15 | 0.18 | 0.01 |
HSL | 10.67º | 0.92% | 0.9% | - |
HSV(B) | 10.67º | 0.18% | 0.99% | - |
XYZ | 76.45 | 74.55 | 70.03 | - |
YUV | 226.15 | 117.76 | 147.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 216 | 208 | 0 | 0.15 | 0.18 | 0.01 | 10.67 | 0.92 | 0.9 |
Hex | FD | D8 | D0 | 0 | F | 12 | 1 | B | 5C | 5A |
Octal | 375 | 330 | 320 | 0 | 17 | 22 | 1 | 13 | 134 | 132 |
Binary | 11111101 | 11011000 | 11010000 | 0 | 1111 | 10010 | 1 | 1011 | 1011100 | 1011010 |
Color Harmonies of #FDD8D0
Complementary color
Monochromatic Colors of #FDD8D0
Black with #FDD8D0
Text Example
Text Example
White with #FDD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8D0; }
p { color: rgb(253,216,208); }
H1.HeaderClassName
{
color: #FDD8D0;
}
.AnyTagClassName
{
color: #FDD8D0;
}
</style>
background-color css
<style>
a { background-color: #FDD8D0; }
a { background-color: rgb(253,216,208); }
div.DivClassName
{
background-color: #FDD8D0;
}
.BgClassName
{
background-color: #FDD8D0;
}
</style>
border-color css
<style>
span { border-color: #FDD8D0; }
span { border-color: rgb(253,216,208); }
td.TdClassName
{
border-color: #FDD8D0;
}
.TagClassName
{
border-color: #FDD8D0;
}
</style>