Shades of Pig Pink #F6DCEA
Tints of Pig Pink #F6DCEA
RGB
CMYK
RGB Variations
Color information
#F6DCEA (or 0xF6DCEA) is known color: Pig Pink. HEX triplet: F6, DC and EA. RGB value is (246,220,234). Sum of RGB (Red+Green+Blue) = 246+220+234=700 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.14% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCEA is #092315. Grayscale: #E5E5E5. Windows color (decimal): -598806 or 15391990. OLE color: 15391990.
HSL color Cylindrical-coordinate representation of color #F6DCEA: hue angle of 327.69º 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 #F6DCEA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 234 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.04 |
| HSL | 327.69º | 0.59% | 0.91% | - |
| HSV(B) | 327.69º | 0.11% | 0.96% | - |
| XYZ | 78.45 | 76.72 | 88.52 | - |
| YUV | 229.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 234 | 0 | 0.11 | 0.05 | 0.04 | 327.69 | 0.59 | 0.91 |
| Hex | F6 | DC | EA | 0 | B | 5 | 4 | 148 | 3B | 5B |
| Octal | 366 | 334 | 352 | 0 | 13 | 5 | 4 | 510 | 73 | 133 |
| Binary | 11110110 | 11011100 | 11101010 | 0 | 1011 | 101 | 100 | 101001000 | 111011 | 1011011 |
Color Harmonies of #F6DCEA
Complementary color
Monochromatic Colors of #F6DCEA
Black with #F6DCEA
Text Example
Text Example
White with #F6DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCEA; }
p { color: rgb(246,220,234); }
H1.HeaderClassName
{
color: #F6DCEA;
}
.AnyTagClassName
{
color: #F6DCEA;
}
</style>
background-color css
<style>
a { background-color: #F6DCEA; }
a { background-color: rgb(246,220,234); }
div.DivClassName
{
background-color: #F6DCEA;
}
.BgClassName
{
background-color: #F6DCEA;
}
</style>
border-color css
<style>
span { border-color: #F6DCEA; }
span { border-color: rgb(246,220,234); }
td.TdClassName
{
border-color: #F6DCEA;
}
.TagClassName
{
border-color: #F6DCEA;
}
</style>