Shades of Pippin #FFDAD3
Tints of Pippin #FFDAD3
RGB
CMYK
RGB Variations
Color information
#FFDAD3 (or 0xFFDAD3) is known color: Pippin. HEX triplet: FF, DA and D3. RGB value is (255,218,211). Sum of RGB (Red+Green+Blue) = 255+218+211=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAD3 is #00252C. Grayscale: #E4E4E4. Windows color (decimal): -9517 or 13884159. OLE color: 13884159.
HSL color Cylindrical-coordinate representation of color #FFDAD3: hue angle of 9.55º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFDAD3 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 211 | - |
| CMYK | 0 | 0.15 | 0.17 | 0 |
| HSL | 9.55º | 1% | 0.91% | - |
| HSV(B) | 9.55º | 0.17% | 1% | - |
| XYZ | 78.07 | 76.11 | 72.2 | - |
| YUV | 228.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 211 | 0 | 0.15 | 0.17 | 0 | 9.55 | 1 | 0.91 |
| Hex | FF | DA | D3 | 0 | F | 11 | 0 | A | 64 | 5B |
| Octal | 377 | 332 | 323 | 0 | 17 | 21 | 0 | 12 | 144 | 133 |
| Binary | 11111111 | 11011010 | 11010011 | 0 | 1111 | 10001 | 0 | 1010 | 1100100 | 1011011 |
Color Harmonies of #FFDAD3
Complementary color
Monochromatic Colors of #FFDAD3
Black with #FFDAD3
Text Example
Text Example
White with #FFDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAD3; }
p { color: rgb(255,218,211); }
H1.HeaderClassName
{
color: #FFDAD3;
}
.AnyTagClassName
{
color: #FFDAD3;
}
</style>
background-color css
<style>
a { background-color: #FFDAD3; }
a { background-color: rgb(255,218,211); }
div.DivClassName
{
background-color: #FFDAD3;
}
.BgClassName
{
background-color: #FFDAD3;
}
</style>
border-color css
<style>
span { border-color: #FFDAD3; }
span { border-color: rgb(255,218,211); }
td.TdClassName
{
border-color: #FFDAD3;
}
.TagClassName
{
border-color: #FFDAD3;
}
</style>