Shades of Pig Pink #F6E2ED
Tints of Pig Pink #F6E2ED
RGB
CMYK
RGB Variations
Color information
#F6E2ED (or 0xF6E2ED) is known color: Pig Pink. HEX triplet: F6, E2 and ED. RGB value is (246,226,237). Sum of RGB (Red+Green+Blue) = 246+226+237=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E2ED is #091D12. Grayscale: #E9E9E9. Windows color (decimal): -597267 or 15590134. OLE color: 15590134.
HSL color Cylindrical-coordinate representation of color #F6E2ED: hue angle of 327º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6E2ED is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 237 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.04 |
| HSL | 327º | 0.53% | 0.93% | - |
| HSV(B) | 327º | 0.08% | 0.96% | - |
| XYZ | 80.49 | 80.1 | 91.34 | - |
| YUV | 233.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 237 | 0 | 0.08 | 0.04 | 0.04 | 327 | 0.53 | 0.93 |
| Hex | F6 | E2 | ED | 0 | 8 | 4 | 4 | 147 | 35 | 5D |
| Octal | 366 | 342 | 355 | 0 | 10 | 4 | 4 | 507 | 65 | 135 |
| Binary | 11110110 | 11100010 | 11101101 | 0 | 1000 | 100 | 100 | 101000111 | 110101 | 1011101 |
Color Harmonies of #F6E2ED
Complementary color
Monochromatic Colors of #F6E2ED
Black with #F6E2ED
Text Example
Text Example
White with #F6E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E2ED; }
p { color: rgb(246,226,237); }
H1.HeaderClassName
{
color: #F6E2ED;
}
.AnyTagClassName
{
color: #F6E2ED;
}
</style>
background-color css
<style>
a { background-color: #F6E2ED; }
a { background-color: rgb(246,226,237); }
div.DivClassName
{
background-color: #F6E2ED;
}
.BgClassName
{
background-color: #F6E2ED;
}
</style>
border-color css
<style>
span { border-color: #F6E2ED; }
span { border-color: rgb(246,226,237); }
td.TdClassName
{
border-color: #F6E2ED;
}
.TagClassName
{
border-color: #F6E2ED;
}
</style>