Shades of Pig Pink #F6DCE4
Tints of Pig Pink #F6DCE4
RGB
CMYK
RGB Variations
Color information
#F6DCE4 (or 0xF6DCE4) is known color: Pig Pink. HEX triplet: F6, DC and E4. RGB value is (246,220,228). Sum of RGB (Red+Green+Blue) = 246+220+228=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 228 (89.45% from 255 or 32.85% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCE4 is #09231B. Grayscale: #E4E4E4. Windows color (decimal): -598812 or 14998774. OLE color: 14998774.
HSL color Cylindrical-coordinate representation of color #F6DCE4: hue angle of 341.54º degrees, saturation: 0.59, 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 #F6DCE4 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 228 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.04 |
| HSL | 341.54º | 0.59% | 0.91% | - |
| HSV(B) | 341.54º | 0.11% | 0.96% | - |
| XYZ | 77.6 | 76.38 | 84.05 | - |
| YUV | 228.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 228 | 0 | 0.11 | 0.07 | 0.04 | 341.54 | 0.59 | 0.91 |
| Hex | F6 | DC | E4 | 0 | B | 7 | 4 | 156 | 3B | 5B |
| Octal | 366 | 334 | 344 | 0 | 13 | 7 | 4 | 526 | 73 | 133 |
| Binary | 11110110 | 11011100 | 11100100 | 0 | 1011 | 111 | 100 | 101010110 | 111011 | 1011011 |
Color Harmonies of #F6DCE4
Complementary color
Monochromatic Colors of #F6DCE4
Black with #F6DCE4
Text Example
Text Example
White with #F6DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCE4; }
p { color: rgb(246,220,228); }
H1.HeaderClassName
{
color: #F6DCE4;
}
.AnyTagClassName
{
color: #F6DCE4;
}
</style>
background-color css
<style>
a { background-color: #F6DCE4; }
a { background-color: rgb(246,220,228); }
div.DivClassName
{
background-color: #F6DCE4;
}
.BgClassName
{
background-color: #F6DCE4;
}
</style>
border-color css
<style>
span { border-color: #F6DCE4; }
span { border-color: rgb(246,220,228); }
td.TdClassName
{
border-color: #F6DCE4;
}
.TagClassName
{
border-color: #F6DCE4;
}
</style>