Shades of Pig Pink #F6D9E2
Tints of Pig Pink #F6D9E2
RGB
CMYK
RGB Variations
Color information
#F6D9E2 (or 0xF6D9E2) is known color: Pig Pink. HEX triplet: F6, D9 and E2. RGB value is (246,217,226). Sum of RGB (Red+Green+Blue) = 246+217+226=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9E2 is #09261D. Grayscale: #E2E2E2. Windows color (decimal): -599582 or 14866934. OLE color: 14866934.
HSL color Cylindrical-coordinate representation of color #F6D9E2: hue angle of 341.38º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D9E2 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 226 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.04 |
| HSL | 341.38º | 0.62% | 0.91% | - |
| HSV(B) | 341.38º | 0.12% | 0.96% | - |
| XYZ | 76.55 | 74.71 | 82.34 | - |
| YUV | 226.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 226 | 0 | 0.12 | 0.08 | 0.04 | 341.38 | 0.62 | 0.91 |
| Hex | F6 | D9 | E2 | 0 | C | 8 | 4 | 155 | 3E | 5B |
| Octal | 366 | 331 | 342 | 0 | 14 | 10 | 4 | 525 | 76 | 133 |
| Binary | 11110110 | 11011001 | 11100010 | 0 | 1100 | 1000 | 100 | 101010101 | 111110 | 1011011 |
Color Harmonies of #F6D9E2
Complementary color
Monochromatic Colors of #F6D9E2
Black with #F6D9E2
Text Example
Text Example
White with #F6D9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D9E2; }
p { color: rgb(246,217,226); }
H1.HeaderClassName
{
color: #F6D9E2;
}
.AnyTagClassName
{
color: #F6D9E2;
}
</style>
background-color css
<style>
a { background-color: #F6D9E2; }
a { background-color: rgb(246,217,226); }
div.DivClassName
{
background-color: #F6D9E2;
}
.BgClassName
{
background-color: #F6D9E2;
}
</style>
border-color css
<style>
span { border-color: #F6D9E2; }
span { border-color: rgb(246,217,226); }
td.TdClassName
{
border-color: #F6D9E2;
}
.TagClassName
{
border-color: #F6D9E2;
}
</style>