Shades of Pig Pink #F6D8ED
Tints of Pig Pink #F6D8ED
RGB
CMYK
RGB Variations
Color information
#F6D8ED (or 0xF6D8ED) is known color: Pig Pink. HEX triplet: F6, D8 and ED. RGB value is (246,216,237). Sum of RGB (Red+Green+Blue) = 246+216+237=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 216 (84.77% from 255 or 30.90% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D8ED is #092712. Grayscale: #E3E3E3. Windows color (decimal): -599827 or 15587574. OLE color: 15587574.
HSL color Cylindrical-coordinate representation of color #F6D8ED: hue angle of 318º 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 #F6D8ED is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 237 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.04 |
| HSL | 318º | 0.63% | 0.91% | - |
| HSV(B) | 318º | 0.12% | 0.96% | - |
| XYZ | 77.85 | 74.82 | 90.46 | - |
| YUV | 227.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 237 | 0 | 0.12 | 0.04 | 0.04 | 318 | 0.63 | 0.91 |
| Hex | F6 | D8 | ED | 0 | C | 4 | 4 | 13E | 3E | 5B |
| Octal | 366 | 330 | 355 | 0 | 14 | 4 | 4 | 476 | 76 | 133 |
| Binary | 11110110 | 11011000 | 11101101 | 0 | 1100 | 100 | 100 | 100111110 | 111110 | 1011011 |
Color Harmonies of #F6D8ED
Complementary color
Monochromatic Colors of #F6D8ED
Black with #F6D8ED
Text Example
Text Example
White with #F6D8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8ED; }
p { color: rgb(246,216,237); }
H1.HeaderClassName
{
color: #F6D8ED;
}
.AnyTagClassName
{
color: #F6D8ED;
}
</style>
background-color css
<style>
a { background-color: #F6D8ED; }
a { background-color: rgb(246,216,237); }
div.DivClassName
{
background-color: #F6D8ED;
}
.BgClassName
{
background-color: #F6D8ED;
}
</style>
border-color css
<style>
span { border-color: #F6D8ED; }
span { border-color: rgb(246,216,237); }
td.TdClassName
{
border-color: #F6D8ED;
}
.TagClassName
{
border-color: #F6D8ED;
}
</style>