Shades of Pig Pink #F6D2E1
Tints of Pig Pink #F6D2E1
RGB
CMYK
RGB Variations
Color information
#F6D2E1 (or 0xF6D2E1) is known color: Pig Pink. HEX triplet: F6, D2 and E1. RGB value is (246,210,225). Sum of RGB (Red+Green+Blue) = 246+210+225=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D2E1 is #092D1E. Grayscale: #DEDEDE. Windows color (decimal): -601375 or 14799606. OLE color: 14799606.
HSL color Cylindrical-coordinate representation of color #F6D2E1: hue angle of 335º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D2E1 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 225 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.04 |
| HSL | 335º | 0.67% | 0.89% | - |
| HSV(B) | 335º | 0.15% | 0.96% | - |
| XYZ | 74.64 | 71.12 | 81.03 | - |
| YUV | 222.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 225 | 0 | 0.15 | 0.09 | 0.04 | 335 | 0.67 | 0.89 |
| Hex | F6 | D2 | E1 | 0 | F | 9 | 4 | 14F | 43 | 59 |
| Octal | 366 | 322 | 341 | 0 | 17 | 11 | 4 | 517 | 103 | 131 |
| Binary | 11110110 | 11010010 | 11100001 | 0 | 1111 | 1001 | 100 | 101001111 | 1000011 | 1011001 |
Color Harmonies of #F6D2E1
Complementary color
Monochromatic Colors of #F6D2E1
Black with #F6D2E1
Text Example
Text Example
White with #F6D2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D2E1; }
p { color: rgb(246,210,225); }
H1.HeaderClassName
{
color: #F6D2E1;
}
.AnyTagClassName
{
color: #F6D2E1;
}
</style>
background-color css
<style>
a { background-color: #F6D2E1; }
a { background-color: rgb(246,210,225); }
div.DivClassName
{
background-color: #F6D2E1;
}
.BgClassName
{
background-color: #F6D2E1;
}
</style>
border-color css
<style>
span { border-color: #F6D2E1; }
span { border-color: rgb(246,210,225); }
td.TdClassName
{
border-color: #F6D2E1;
}
.TagClassName
{
border-color: #F6D2E1;
}
</style>