Shades of Pig Pink #F6E0ED
Tints of Pig Pink #F6E0ED
RGB
CMYK
RGB Variations
Color information
#F6E0ED (or 0xF6E0ED) is known color: Pig Pink. HEX triplet: F6, E0 and ED. RGB value is (246,224,237). Sum of RGB (Red+Green+Blue) = 246+224+237=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E0ED is #091F12. Grayscale: #E8E8E8. Windows color (decimal): -597779 or 15589622. OLE color: 15589622.
HSL color Cylindrical-coordinate representation of color #F6E0ED: hue angle of 324.55º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6E0ED is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 237 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.04 |
| HSL | 324.55º | 0.55% | 0.92% | - |
| HSV(B) | 324.55º | 0.09% | 0.96% | - |
| XYZ | 79.95 | 79.02 | 91.16 | - |
| YUV | 232.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 237 | 0 | 0.09 | 0.04 | 0.04 | 324.55 | 0.55 | 0.92 |
| Hex | F6 | E0 | ED | 0 | 9 | 4 | 4 | 145 | 37 | 5C |
| Octal | 366 | 340 | 355 | 0 | 11 | 4 | 4 | 505 | 67 | 134 |
| Binary | 11110110 | 11100000 | 11101101 | 0 | 1001 | 100 | 100 | 101000101 | 110111 | 1011100 |
Color Harmonies of #F6E0ED
Complementary color
Monochromatic Colors of #F6E0ED
Black with #F6E0ED
Text Example
Text Example
White with #F6E0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0ED; }
p { color: rgb(246,224,237); }
H1.HeaderClassName
{
color: #F6E0ED;
}
.AnyTagClassName
{
color: #F6E0ED;
}
</style>
background-color css
<style>
a { background-color: #F6E0ED; }
a { background-color: rgb(246,224,237); }
div.DivClassName
{
background-color: #F6E0ED;
}
.BgClassName
{
background-color: #F6E0ED;
}
</style>
border-color css
<style>
span { border-color: #F6E0ED; }
span { border-color: rgb(246,224,237); }
td.TdClassName
{
border-color: #F6E0ED;
}
.TagClassName
{
border-color: #F6E0ED;
}
</style>