Shades of Pippin #F5DAD2
Tints of Pippin #F5DAD2
RGB
CMYK
RGB Variations
Color information
#F5DAD2 (or 0xF5DAD2) is known color: Pippin. HEX triplet: F5, DA and D2. RGB value is (245,218,210). Sum of RGB (Red+Green+Blue) = 245+218+210=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 210 (82.42% from 255 or 31.20% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DAD2 is #0A252D. Grayscale: #E1E1E1. Windows color (decimal): -664878 or 13818613. OLE color: 13818613.
HSL color Cylindrical-coordinate representation of color #F5DAD2: hue angle of 13.71º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5DAD2 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 210 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.04 |
| HSL | 13.71º | 0.64% | 0.89% | - |
| HSV(B) | 13.71º | 0.14% | 0.96% | - |
| XYZ | 74.36 | 74.21 | 71.38 | - |
| YUV | 225.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 210 | 0 | 0.11 | 0.14 | 0.04 | 13.71 | 0.64 | 0.89 |
| Hex | F5 | DA | D2 | 0 | B | E | 4 | E | 40 | 59 |
| Octal | 365 | 332 | 322 | 0 | 13 | 16 | 4 | 16 | 100 | 131 |
| Binary | 11110101 | 11011010 | 11010010 | 0 | 1011 | 1110 | 100 | 1110 | 1000000 | 1011001 |
Color Harmonies of #F5DAD2
Complementary color
Monochromatic Colors of #F5DAD2
Black with #F5DAD2
Text Example
Text Example
White with #F5DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DAD2; }
p { color: rgb(245,218,210); }
H1.HeaderClassName
{
color: #F5DAD2;
}
.AnyTagClassName
{
color: #F5DAD2;
}
</style>
background-color css
<style>
a { background-color: #F5DAD2; }
a { background-color: rgb(245,218,210); }
div.DivClassName
{
background-color: #F5DAD2;
}
.BgClassName
{
background-color: #F5DAD2;
}
</style>
border-color css
<style>
span { border-color: #F5DAD2; }
span { border-color: rgb(245,218,210); }
td.TdClassName
{
border-color: #F5DAD2;
}
.TagClassName
{
border-color: #F5DAD2;
}
</style>