Shades of Pippin #FDDBD5
Tints of Pippin #FDDBD5
RGB
CMYK
RGB Variations
Color information
#FDDBD5 (or 0xFDDBD5) is known color: Pippin. HEX triplet: FD, DB and D5. RGB value is (253,219,213). Sum of RGB (Red+Green+Blue) = 253+219+213=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBD5 is #02242A. Grayscale: #E4E4E4. Windows color (decimal): -140331 or 14015485. OLE color: 14015485.
HSL color Cylindrical-coordinate representation of color #FDDBD5: hue angle of 9º 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 #FDDBD5 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 213 | - |
CMYK | 0 | 0.13 | 0.16 | 0.01 |
HSL | 9º | 0.91% | 0.91% | - |
HSV(B) | 9º | 0.16% | 0.99% | - |
XYZ | 77.85 | 76.35 | 73.58 | - |
YUV | 228.48 | 119.26 | 145.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 213 | 0 | 0.13 | 0.16 | 0.01 | 9 | 0.91 | 0.91 |
Hex | FD | DB | D5 | 0 | D | 10 | 1 | 9 | 5B | 5B |
Octal | 375 | 333 | 325 | 0 | 15 | 20 | 1 | 11 | 133 | 133 |
Binary | 11111101 | 11011011 | 11010101 | 0 | 1101 | 10000 | 1 | 1001 | 1011011 | 1011011 |
Color Harmonies of #FDDBD5
Complementary color
Monochromatic Colors of #FDDBD5
Black with #FDDBD5
Text Example
Text Example
White with #FDDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBD5; }
p { color: rgb(253,219,213); }
H1.HeaderClassName
{
color: #FDDBD5;
}
.AnyTagClassName
{
color: #FDDBD5;
}
</style>
background-color css
<style>
a { background-color: #FDDBD5; }
a { background-color: rgb(253,219,213); }
div.DivClassName
{
background-color: #FDDBD5;
}
.BgClassName
{
background-color: #FDDBD5;
}
</style>
border-color css
<style>
span { border-color: #FDDBD5; }
span { border-color: rgb(253,219,213); }
td.TdClassName
{
border-color: #FDDBD5;
}
.TagClassName
{
border-color: #FDDBD5;
}
</style>