Shades of Pippin #FFDAD0
Tints of Pippin #FFDAD0
RGB
CMYK
RGB Variations
Color information
#FFDAD0 (or 0xFFDAD0) is known color: Pippin. HEX triplet: FF, DA and D0. RGB value is (255,218,208). Sum of RGB (Red+Green+Blue) = 255+218+208=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAD0 is #00252F. Grayscale: #E4E4E4. Windows color (decimal): -9520 or 13687551. OLE color: 13687551.
HSL color Cylindrical-coordinate representation of color #FFDAD0: hue angle of 12.77º 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 #FFDAD0 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 208 | - |
| CMYK | 0 | 0.15 | 0.18 | 0 |
| HSL | 12.77º | 1% | 0.91% | - |
| HSV(B) | 12.77º | 0.18% | 1% | - |
| XYZ | 77.7 | 75.96 | 70.24 | - |
| YUV | 227.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 208 | 0 | 0.15 | 0.18 | 0 | 12.77 | 1 | 0.91 |
| Hex | FF | DA | D0 | 0 | F | 12 | 0 | D | 64 | 5B |
| Octal | 377 | 332 | 320 | 0 | 17 | 22 | 0 | 15 | 144 | 133 |
| Binary | 11111111 | 11011010 | 11010000 | 0 | 1111 | 10010 | 0 | 1101 | 1100100 | 1011011 |
Color Harmonies of #FFDAD0
Complementary color
Monochromatic Colors of #FFDAD0
Black with #FFDAD0
Text Example
Text Example
White with #FFDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAD0; }
p { color: rgb(255,218,208); }
H1.HeaderClassName
{
color: #FFDAD0;
}
.AnyTagClassName
{
color: #FFDAD0;
}
</style>
background-color css
<style>
a { background-color: #FFDAD0; }
a { background-color: rgb(255,218,208); }
div.DivClassName
{
background-color: #FFDAD0;
}
.BgClassName
{
background-color: #FFDAD0;
}
</style>
border-color css
<style>
span { border-color: #FFDAD0; }
span { border-color: rgb(255,218,208); }
td.TdClassName
{
border-color: #FFDAD0;
}
.TagClassName
{
border-color: #FFDAD0;
}
</style>