Shades of Pig Pink #F6D7EA
Tints of Pig Pink #F6D7EA
RGB
CMYK
RGB Variations
Color information
#F6D7EA (or 0xF6D7EA) is known color: Pig Pink. HEX triplet: F6, D7 and EA. RGB value is (246,215,234). Sum of RGB (Red+Green+Blue) = 246+215+234=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D7EA is #092815. Grayscale: #E2E2E2. Windows color (decimal): -600086 or 15390710. OLE color: 15390710.
HSL color Cylindrical-coordinate representation of color #F6D7EA: hue angle of 323.23º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D7EA is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 234 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.04 |
| HSL | 323.23º | 0.63% | 0.9% | - |
| HSV(B) | 323.23º | 0.13% | 0.96% | - |
| XYZ | 77.16 | 74.13 | 88.08 | - |
| YUV | 226.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 234 | 0 | 0.13 | 0.05 | 0.04 | 323.23 | 0.63 | 0.9 |
| Hex | F6 | D7 | EA | 0 | D | 5 | 4 | 143 | 3F | 5A |
| Octal | 366 | 327 | 352 | 0 | 15 | 5 | 4 | 503 | 77 | 132 |
| Binary | 11110110 | 11010111 | 11101010 | 0 | 1101 | 101 | 100 | 101000011 | 111111 | 1011010 |
Color Harmonies of #F6D7EA
Complementary color
Monochromatic Colors of #F6D7EA
Black with #F6D7EA
Text Example
Text Example
White with #F6D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D7EA; }
p { color: rgb(246,215,234); }
H1.HeaderClassName
{
color: #F6D7EA;
}
.AnyTagClassName
{
color: #F6D7EA;
}
</style>
background-color css
<style>
a { background-color: #F6D7EA; }
a { background-color: rgb(246,215,234); }
div.DivClassName
{
background-color: #F6D7EA;
}
.BgClassName
{
background-color: #F6D7EA;
}
</style>
border-color css
<style>
span { border-color: #F6D7EA; }
span { border-color: rgb(246,215,234); }
td.TdClassName
{
border-color: #F6D7EA;
}
.TagClassName
{
border-color: #F6D7EA;
}
</style>