Shades of Pippin #FDDBD1
Tints of Pippin #FDDBD1
RGB
CMYK
RGB Variations
Color information
#FDDBD1 (or 0xFDDBD1) is known color: Pippin. HEX triplet: FD, DB and D1. RGB value is (253,219,209). Sum of RGB (Red+Green+Blue) = 253+219+209=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBD1 is #02242E. Grayscale: #E4E4E4. Windows color (decimal): -140335 or 13753341. OLE color: 13753341.
HSL color Cylindrical-coordinate representation of color #FDDBD1: hue angle of 13.64º degrees, saturation: 0.92, 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 #FDDBD1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 209 | - |
CMYK | 0 | 0.13 | 0.17 | 0.01 |
HSL | 13.64º | 0.92% | 0.91% | - |
HSV(B) | 13.64º | 0.17% | 0.99% | - |
XYZ | 77.35 | 76.15 | 70.94 | - |
YUV | 228.03 | 117.26 | 145.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 209 | 0 | 0.13 | 0.17 | 0.01 | 13.64 | 0.92 | 0.91 |
Hex | FD | DB | D1 | 0 | D | 11 | 1 | E | 5C | 5B |
Octal | 375 | 333 | 321 | 0 | 15 | 21 | 1 | 16 | 134 | 133 |
Binary | 11111101 | 11011011 | 11010001 | 0 | 1101 | 10001 | 1 | 1110 | 1011100 | 1011011 |
Color Harmonies of #FDDBD1
Complementary color
Monochromatic Colors of #FDDBD1
Black with #FDDBD1
Text Example
Text Example
White with #FDDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBD1; }
p { color: rgb(253,219,209); }
H1.HeaderClassName
{
color: #FDDBD1;
}
.AnyTagClassName
{
color: #FDDBD1;
}
</style>
background-color css
<style>
a { background-color: #FDDBD1; }
a { background-color: rgb(253,219,209); }
div.DivClassName
{
background-color: #FDDBD1;
}
.BgClassName
{
background-color: #FDDBD1;
}
</style>
border-color css
<style>
span { border-color: #FDDBD1; }
span { border-color: rgb(253,219,209); }
td.TdClassName
{
border-color: #FDDBD1;
}
.TagClassName
{
border-color: #FDDBD1;
}
</style>