Shades of Pippin #F6DCD3
Tints of Pippin #F6DCD3
RGB
CMYK
RGB Variations
Color information
#F6DCD3 (or 0xF6DCD3) is known color: Pippin. HEX triplet: F6, DC and D3. RGB value is (246,220,211). Sum of RGB (Red+Green+Blue) = 246+220+211=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 211 (82.81% from 255 or 31.17% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCD3 is #09232C. Grayscale: #E2E2E2. Windows color (decimal): -598829 or 13884662. OLE color: 13884662.
HSL color Cylindrical-coordinate representation of color #F6DCD3: hue angle of 15.43º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6DCD3 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 211 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.04 |
| HSL | 15.43º | 0.66% | 0.9% | - |
| HSV(B) | 15.43º | 0.14% | 0.96% | - |
| XYZ | 75.36 | 75.48 | 72.23 | - |
| YUV | 226.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 211 | 0 | 0.11 | 0.14 | 0.04 | 15.43 | 0.66 | 0.9 |
| Hex | F6 | DC | D3 | 0 | B | E | 4 | F | 42 | 5A |
| Octal | 366 | 334 | 323 | 0 | 13 | 16 | 4 | 17 | 102 | 132 |
| Binary | 11110110 | 11011100 | 11010011 | 0 | 1011 | 1110 | 100 | 1111 | 1000010 | 1011010 |
Color Harmonies of #F6DCD3
Complementary color
Monochromatic Colors of #F6DCD3
Black with #F6DCD3
Text Example
Text Example
White with #F6DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCD3; }
p { color: rgb(246,220,211); }
H1.HeaderClassName
{
color: #F6DCD3;
}
.AnyTagClassName
{
color: #F6DCD3;
}
</style>
background-color css
<style>
a { background-color: #F6DCD3; }
a { background-color: rgb(246,220,211); }
div.DivClassName
{
background-color: #F6DCD3;
}
.BgClassName
{
background-color: #F6DCD3;
}
</style>
border-color css
<style>
span { border-color: #F6DCD3; }
span { border-color: rgb(246,220,211); }
td.TdClassName
{
border-color: #F6DCD3;
}
.TagClassName
{
border-color: #F6DCD3;
}
</style>