Shades of Pippin #FFDAD1
Tints of Pippin #FFDAD1
RGB
CMYK
RGB Variations
Color information
#FFDAD1 (or 0xFFDAD1) is known color: Pippin. HEX triplet: FF, DA and D1. RGB value is (255,218,209). Sum of RGB (Red+Green+Blue) = 255+218+209=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAD1 is #00252E. Grayscale: #E4E4E4. Windows color (decimal): -9519 or 13753087. OLE color: 13753087.
HSL color Cylindrical-coordinate representation of color #FFDAD1: hue angle of 11.74º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFDAD1 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 209 | - |
| CMYK | 0 | 0.15 | 0.18 | 0 |
| HSL | 11.74º | 1% | 0.91% | - |
| HSV(B) | 11.74º | 0.18% | 1% | - |
| XYZ | 77.82 | 76.01 | 70.89 | - |
| YUV | 228.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 209 | 0 | 0.15 | 0.18 | 0 | 11.74 | 1 | 0.91 |
| Hex | FF | DA | D1 | 0 | F | 12 | 0 | C | 64 | 5B |
| Octal | 377 | 332 | 321 | 0 | 17 | 22 | 0 | 14 | 144 | 133 |
| Binary | 11111111 | 11011010 | 11010001 | 0 | 1111 | 10010 | 0 | 1100 | 1100100 | 1011011 |
Color Harmonies of #FFDAD1
Complementary color
Monochromatic Colors of #FFDAD1
Black with #FFDAD1
Text Example
Text Example
White with #FFDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAD1; }
p { color: rgb(255,218,209); }
H1.HeaderClassName
{
color: #FFDAD1;
}
.AnyTagClassName
{
color: #FFDAD1;
}
</style>
background-color css
<style>
a { background-color: #FFDAD1; }
a { background-color: rgb(255,218,209); }
div.DivClassName
{
background-color: #FFDAD1;
}
.BgClassName
{
background-color: #FFDAD1;
}
</style>
border-color css
<style>
span { border-color: #FFDAD1; }
span { border-color: rgb(255,218,209); }
td.TdClassName
{
border-color: #FFDAD1;
}
.TagClassName
{
border-color: #FFDAD1;
}
</style>