Shades of Pippin #F6DAD2
Tints of Pippin #F6DAD2
RGB
CMYK
RGB Variations
Color information
#F6DAD2 (or 0xF6DAD2) is known color: Pippin. HEX triplet: F6, DA and D2. RGB value is (246,218,210). Sum of RGB (Red+Green+Blue) = 246+218+210=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAD2 is #09252D. Grayscale: #E1E1E1. Windows color (decimal): -599342 or 13818614. OLE color: 13818614.
HSL color Cylindrical-coordinate representation of color #F6DAD2: hue angle of 13.33º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6DAD2 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 210 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.04 |
| HSL | 13.33º | 0.67% | 0.89% | - |
| HSV(B) | 13.33º | 0.15% | 0.96% | - |
| XYZ | 74.71 | 74.39 | 71.39 | - |
| YUV | 225.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 210 | 0 | 0.11 | 0.15 | 0.04 | 13.33 | 0.67 | 0.89 |
| Hex | F6 | DA | D2 | 0 | B | F | 4 | D | 43 | 59 |
| Octal | 366 | 332 | 322 | 0 | 13 | 17 | 4 | 15 | 103 | 131 |
| Binary | 11110110 | 11011010 | 11010010 | 0 | 1011 | 1111 | 100 | 1101 | 1000011 | 1011001 |
Color Harmonies of #F6DAD2
Complementary color
Monochromatic Colors of #F6DAD2
Black with #F6DAD2
Text Example
Text Example
White with #F6DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAD2; }
p { color: rgb(246,218,210); }
H1.HeaderClassName
{
color: #F6DAD2;
}
.AnyTagClassName
{
color: #F6DAD2;
}
</style>
background-color css
<style>
a { background-color: #F6DAD2; }
a { background-color: rgb(246,218,210); }
div.DivClassName
{
background-color: #F6DAD2;
}
.BgClassName
{
background-color: #F6DAD2;
}
</style>
border-color css
<style>
span { border-color: #F6DAD2; }
span { border-color: rgb(246,218,210); }
td.TdClassName
{
border-color: #F6DAD2;
}
.TagClassName
{
border-color: #F6DAD2;
}
</style>