Shades of Pippin #F8DAD0
Tints of Pippin #F8DAD0
RGB
CMYK
RGB Variations
Color information
#F8DAD0 (or 0xF8DAD0) is known color: Pippin. HEX triplet: F8, DA and D0. RGB value is (248,218,208). Sum of RGB (Red+Green+Blue) = 248+218+208=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 208 (81.64% from 255 or 30.86% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DAD0 is #07252F. Grayscale: #E1E1E1. Windows color (decimal): -468272 or 13687544. OLE color: 13687544.
HSL color Cylindrical-coordinate representation of color #F8DAD0: hue angle of 15º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8DAD0 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 208 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.03 |
| HSL | 15º | 0.74% | 0.89% | - |
| HSV(B) | 15º | 0.16% | 0.97% | - |
| XYZ | 75.17 | 74.65 | 70.12 | - |
| YUV | 225.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 208 | 0 | 0.12 | 0.16 | 0.03 | 15 | 0.74 | 0.89 |
| Hex | F8 | DA | D0 | 0 | C | 10 | 3 | F | 4A | 59 |
| Octal | 370 | 332 | 320 | 0 | 14 | 20 | 3 | 17 | 112 | 131 |
| Binary | 11111000 | 11011010 | 11010000 | 0 | 1100 | 10000 | 11 | 1111 | 1001010 | 1011001 |
Color Harmonies of #F8DAD0
Complementary color
Monochromatic Colors of #F8DAD0
Black with #F8DAD0
Text Example
Text Example
White with #F8DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DAD0; }
p { color: rgb(248,218,208); }
H1.HeaderClassName
{
color: #F8DAD0;
}
.AnyTagClassName
{
color: #F8DAD0;
}
</style>
background-color css
<style>
a { background-color: #F8DAD0; }
a { background-color: rgb(248,218,208); }
div.DivClassName
{
background-color: #F8DAD0;
}
.BgClassName
{
background-color: #F8DAD0;
}
</style>
border-color css
<style>
span { border-color: #F8DAD0; }
span { border-color: rgb(248,218,208); }
td.TdClassName
{
border-color: #F8DAD0;
}
.TagClassName
{
border-color: #F8DAD0;
}
</style>