Shades of Pig Pink #F6D8E6
Tints of Pig Pink #F6D8E6
RGB
CMYK
RGB Variations
Color information
#F6D8E6 (or 0xF6D8E6) is known color: Pig Pink. HEX triplet: F6, D8 and E6. RGB value is (246,216,230). Sum of RGB (Red+Green+Blue) = 246+216+230=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D8E6 is #092719. Grayscale: #E2E2E2. Windows color (decimal): -599834 or 15128822. OLE color: 15128822.
HSL color Cylindrical-coordinate representation of color #F6D8E6: hue angle of 332º 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 #F6D8E6 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 230 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.04 |
| HSL | 332º | 0.63% | 0.91% | - |
| HSV(B) | 332º | 0.12% | 0.96% | - |
| XYZ | 76.84 | 74.42 | 85.18 | - |
| YUV | 226.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 230 | 0 | 0.12 | 0.07 | 0.04 | 332 | 0.63 | 0.91 |
| Hex | F6 | D8 | E6 | 0 | C | 7 | 4 | 14C | 3E | 5B |
| Octal | 366 | 330 | 346 | 0 | 14 | 7 | 4 | 514 | 76 | 133 |
| Binary | 11110110 | 11011000 | 11100110 | 0 | 1100 | 111 | 100 | 101001100 | 111110 | 1011011 |
Color Harmonies of #F6D8E6
Complementary color
Monochromatic Colors of #F6D8E6
Black with #F6D8E6
Text Example
Text Example
White with #F6D8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8E6; }
p { color: rgb(246,216,230); }
H1.HeaderClassName
{
color: #F6D8E6;
}
.AnyTagClassName
{
color: #F6D8E6;
}
</style>
background-color css
<style>
a { background-color: #F6D8E6; }
a { background-color: rgb(246,216,230); }
div.DivClassName
{
background-color: #F6D8E6;
}
.BgClassName
{
background-color: #F6D8E6;
}
</style>
border-color css
<style>
span { border-color: #F6D8E6; }
span { border-color: rgb(246,216,230); }
td.TdClassName
{
border-color: #F6D8E6;
}
.TagClassName
{
border-color: #F6D8E6;
}
</style>