Shades of Pig Pink #F6D9ED
Tints of Pig Pink #F6D9ED
RGB
CMYK
RGB Variations
Color information
#F6D9ED (or 0xF6D9ED) is known color: Pig Pink. HEX triplet: F6, D9 and ED. RGB value is (246,217,237). Sum of RGB (Red+Green+Blue) = 246+217+237=700 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.14% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D9ED is #092612. Grayscale: #E3E3E3. Windows color (decimal): -599571 or 15587830. OLE color: 15587830.
HSL color Cylindrical-coordinate representation of color #F6D9ED: hue angle of 318.62º 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 #F6D9ED is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 237 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.04 |
| HSL | 318.62º | 0.62% | 0.91% | - |
| HSV(B) | 318.62º | 0.12% | 0.96% | - |
| XYZ | 78.1 | 75.33 | 90.54 | - |
| YUV | 227.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 237 | 0 | 0.12 | 0.04 | 0.04 | 318.62 | 0.62 | 0.91 |
| Hex | F6 | D9 | ED | 0 | C | 4 | 4 | 13F | 3E | 5B |
| Octal | 366 | 331 | 355 | 0 | 14 | 4 | 4 | 477 | 76 | 133 |
| Binary | 11110110 | 11011001 | 11101101 | 0 | 1100 | 100 | 100 | 100111111 | 111110 | 1011011 |
Color Harmonies of #F6D9ED
Complementary color
Monochromatic Colors of #F6D9ED
Black with #F6D9ED
Text Example
Text Example
White with #F6D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D9ED; }
p { color: rgb(246,217,237); }
H1.HeaderClassName
{
color: #F6D9ED;
}
.AnyTagClassName
{
color: #F6D9ED;
}
</style>
background-color css
<style>
a { background-color: #F6D9ED; }
a { background-color: rgb(246,217,237); }
div.DivClassName
{
background-color: #F6D9ED;
}
.BgClassName
{
background-color: #F6D9ED;
}
</style>
border-color css
<style>
span { border-color: #F6D9ED; }
span { border-color: rgb(246,217,237); }
td.TdClassName
{
border-color: #F6D9ED;
}
.TagClassName
{
border-color: #F6D9ED;
}
</style>