Shades of Pig Pink #F6DBEC
Tints of Pig Pink #F6DBEC
RGB
CMYK
RGB Variations
Color information
#F6DBEC (or 0xF6DBEC) is known color: Pig Pink. HEX triplet: F6, DB and EC. RGB value is (246,219,236). Sum of RGB (Red+Green+Blue) = 246+219+236=701 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.09% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBEC is #092413. Grayscale: #E4E4E4. Windows color (decimal): -599060 or 15522806. OLE color: 15522806.
HSL color Cylindrical-coordinate representation of color #F6DBEC: hue angle of 322.22º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DBEC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 236 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.04 |
| HSL | 322.22º | 0.6% | 0.91% | - |
| HSV(B) | 322.22º | 0.11% | 0.96% | - |
| XYZ | 78.48 | 76.31 | 89.95 | - |
| YUV | 229.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 236 | 0 | 0.11 | 0.04 | 0.04 | 322.22 | 0.6 | 0.91 |
| Hex | F6 | DB | EC | 0 | B | 4 | 4 | 142 | 3C | 5B |
| Octal | 366 | 333 | 354 | 0 | 13 | 4 | 4 | 502 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11101100 | 0 | 1011 | 100 | 100 | 101000010 | 111100 | 1011011 |
Color Harmonies of #F6DBEC
Complementary color
Monochromatic Colors of #F6DBEC
Black with #F6DBEC
Text Example
Text Example
White with #F6DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBEC; }
p { color: rgb(246,219,236); }
H1.HeaderClassName
{
color: #F6DBEC;
}
.AnyTagClassName
{
color: #F6DBEC;
}
</style>
background-color css
<style>
a { background-color: #F6DBEC; }
a { background-color: rgb(246,219,236); }
div.DivClassName
{
background-color: #F6DBEC;
}
.BgClassName
{
background-color: #F6DBEC;
}
</style>
border-color css
<style>
span { border-color: #F6DBEC; }
span { border-color: rgb(246,219,236); }
td.TdClassName
{
border-color: #F6DBEC;
}
.TagClassName
{
border-color: #F6DBEC;
}
</style>