Shades of Pippin #FDDFD5
Tints of Pippin #FDDFD5
RGB
CMYK
RGB Variations
Color information
#FDDFD5 (or 0xFDDFD5) is known color: Pippin. HEX triplet: FD, DF and D5. RGB value is (253,223,213). Sum of RGB (Red+Green+Blue) = 253+223+213=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 213 (83.59% from 255 or 30.91% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD5 is #02202A. Grayscale: #E6E6E6. Windows color (decimal): -139307 or 14016509. OLE color: 14016509.
HSL color Cylindrical-coordinate representation of color #FDDFD5: hue angle of 15º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDDFD5 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 213 | - |
CMYK | 0 | 0.12 | 0.16 | 0.01 |
HSL | 15º | 0.91% | 0.91% | - |
HSV(B) | 15º | 0.16% | 0.99% | - |
XYZ | 78.91 | 78.46 | 73.94 | - |
YUV | 230.83 | 117.94 | 143.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 213 | 0 | 0.12 | 0.16 | 0.01 | 15 | 0.91 | 0.91 |
Hex | FD | DF | D5 | 0 | C | 10 | 1 | F | 5B | 5B |
Octal | 375 | 337 | 325 | 0 | 14 | 20 | 1 | 17 | 133 | 133 |
Binary | 11111101 | 11011111 | 11010101 | 0 | 1100 | 10000 | 1 | 1111 | 1011011 | 1011011 |
Color Harmonies of #FDDFD5
Complementary color
Monochromatic Colors of #FDDFD5
Black with #FDDFD5
Text Example
Text Example
White with #FDDFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFD5; }
p { color: rgb(253,223,213); }
H1.HeaderClassName
{
color: #FDDFD5;
}
.AnyTagClassName
{
color: #FDDFD5;
}
</style>
background-color css
<style>
a { background-color: #FDDFD5; }
a { background-color: rgb(253,223,213); }
div.DivClassName
{
background-color: #FDDFD5;
}
.BgClassName
{
background-color: #FDDFD5;
}
</style>
border-color css
<style>
span { border-color: #FDDFD5; }
span { border-color: rgb(253,223,213); }
td.TdClassName
{
border-color: #FDDFD5;
}
.TagClassName
{
border-color: #FDDFD5;
}
</style>