Shades of Pippin #F8DAD3
Tints of Pippin #F8DAD3
RGB
CMYK
RGB Variations
Color information
#F8DAD3 (or 0xF8DAD3) is known color: Pippin. HEX triplet: F8, DA and D3. RGB value is (248,218,211). Sum of RGB (Red+Green+Blue) = 248+218+211=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 211 (82.81% from 255 or 31.17% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DAD3 is #07252C. Grayscale: #E2E2E2. Windows color (decimal): -468269 or 13884152. OLE color: 13884152.
HSL color Cylindrical-coordinate representation of color #F8DAD3: hue angle of 11.35º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8DAD3 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 211 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.03 |
| HSL | 11.35º | 0.73% | 0.9% | - |
| HSV(B) | 11.35º | 0.15% | 0.97% | - |
| XYZ | 75.54 | 74.8 | 72.08 | - |
| YUV | 226.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 211 | 0 | 0.12 | 0.15 | 0.03 | 11.35 | 0.73 | 0.9 |
| Hex | F8 | DA | D3 | 0 | C | F | 3 | B | 49 | 5A |
| Octal | 370 | 332 | 323 | 0 | 14 | 17 | 3 | 13 | 111 | 132 |
| Binary | 11111000 | 11011010 | 11010011 | 0 | 1100 | 1111 | 11 | 1011 | 1001001 | 1011010 |
Color Harmonies of #F8DAD3
Complementary color
Monochromatic Colors of #F8DAD3
Black with #F8DAD3
Text Example
Text Example
White with #F8DAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DAD3; }
p { color: rgb(248,218,211); }
H1.HeaderClassName
{
color: #F8DAD3;
}
.AnyTagClassName
{
color: #F8DAD3;
}
</style>
background-color css
<style>
a { background-color: #F8DAD3; }
a { background-color: rgb(248,218,211); }
div.DivClassName
{
background-color: #F8DAD3;
}
.BgClassName
{
background-color: #F8DAD3;
}
</style>
border-color css
<style>
span { border-color: #F8DAD3; }
span { border-color: rgb(248,218,211); }
td.TdClassName
{
border-color: #F8DAD3;
}
.TagClassName
{
border-color: #F8DAD3;
}
</style>