Shades of Pippin #FDDBD6
Tints of Pippin #FDDBD6
RGB
CMYK
RGB Variations
Color information
#FDDBD6 (or 0xFDDBD6) is known color: Pippin. HEX triplet: FD, DB and D6. RGB value is (253,219,214). Sum of RGB (Red+Green+Blue) = 253+219+214=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBD6 is #022429. Grayscale: #E4E4E4. Windows color (decimal): -140330 or 14081021. OLE color: 14081021.
HSL color Cylindrical-coordinate representation of color #FDDBD6: hue angle of 7.69º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDDBD6 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 214 | - |
CMYK | 0 | 0.13 | 0.15 | 0.01 |
HSL | 7.69º | 0.91% | 0.92% | - |
HSV(B) | 7.69º | 0.15% | 0.99% | - |
XYZ | 77.98 | 76.4 | 74.26 | - |
YUV | 228.6 | 119.76 | 145.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 214 | 0 | 0.13 | 0.15 | 0.01 | 7.69 | 0.91 | 0.92 |
Hex | FD | DB | D6 | 0 | D | F | 1 | 8 | 5B | 5C |
Octal | 375 | 333 | 326 | 0 | 15 | 17 | 1 | 10 | 133 | 134 |
Binary | 11111101 | 11011011 | 11010110 | 0 | 1101 | 1111 | 1 | 1000 | 1011011 | 1011100 |
Color Harmonies of #FDDBD6
Complementary color
Monochromatic Colors of #FDDBD6
Black with #FDDBD6
Text Example
Text Example
White with #FDDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBD6; }
p { color: rgb(253,219,214); }
H1.HeaderClassName
{
color: #FDDBD6;
}
.AnyTagClassName
{
color: #FDDBD6;
}
</style>
background-color css
<style>
a { background-color: #FDDBD6; }
a { background-color: rgb(253,219,214); }
div.DivClassName
{
background-color: #FDDBD6;
}
.BgClassName
{
background-color: #FDDBD6;
}
</style>
border-color css
<style>
span { border-color: #FDDBD6; }
span { border-color: rgb(253,219,214); }
td.TdClassName
{
border-color: #FDDBD6;
}
.TagClassName
{
border-color: #FDDBD6;
}
</style>