Shades of Pig Pink #F6D8E9
Tints of Pig Pink #F6D8E9
RGB
CMYK
RGB Variations
Color information
#F6D8E9 (or 0xF6D8E9) is known color: Pig Pink. HEX triplet: F6, D8 and E9. RGB value is (246,216,233). Sum of RGB (Red+Green+Blue) = 246+216+233=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D8E9 is #092716. Grayscale: #E2E2E2. Windows color (decimal): -599831 or 15325430. OLE color: 15325430.
HSL color Cylindrical-coordinate representation of color #F6D8E9: hue angle of 326º 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 #F6D8E9 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 233 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.04 |
| HSL | 326º | 0.63% | 0.91% | - |
| HSV(B) | 326º | 0.12% | 0.96% | - |
| XYZ | 77.27 | 74.59 | 87.42 | - |
| YUV | 226.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 233 | 0 | 0.12 | 0.05 | 0.04 | 326 | 0.63 | 0.91 |
| Hex | F6 | D8 | E9 | 0 | C | 5 | 4 | 146 | 3E | 5B |
| Octal | 366 | 330 | 351 | 0 | 14 | 5 | 4 | 506 | 76 | 133 |
| Binary | 11110110 | 11011000 | 11101001 | 0 | 1100 | 101 | 100 | 101000110 | 111110 | 1011011 |
Color Harmonies of #F6D8E9
Complementary color
Monochromatic Colors of #F6D8E9
Black with #F6D8E9
Text Example
Text Example
White with #F6D8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8E9; }
p { color: rgb(246,216,233); }
H1.HeaderClassName
{
color: #F6D8E9;
}
.AnyTagClassName
{
color: #F6D8E9;
}
</style>
background-color css
<style>
a { background-color: #F6D8E9; }
a { background-color: rgb(246,216,233); }
div.DivClassName
{
background-color: #F6D8E9;
}
.BgClassName
{
background-color: #F6D8E9;
}
</style>
border-color css
<style>
span { border-color: #F6D8E9; }
span { border-color: rgb(246,216,233); }
td.TdClassName
{
border-color: #F6D8E9;
}
.TagClassName
{
border-color: #F6D8E9;
}
</style>