Shades of Pig Pink #F6DCED
Tints of Pig Pink #F6DCED
RGB
CMYK
RGB Variations
Color information
#F6DCED (or 0xF6DCED) is known color: Pig Pink. HEX triplet: F6, DC and ED. RGB value is (246,220,237). Sum of RGB (Red+Green+Blue) = 246+220+237=703 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.99% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCED is #092312. Grayscale: #E5E5E5. Windows color (decimal): -598803 or 15588598. OLE color: 15588598.
HSL color Cylindrical-coordinate representation of color #F6DCED: hue angle of 320.77º 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 #F6DCED is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 237 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.04 |
| HSL | 320.77º | 0.59% | 0.91% | - |
| HSV(B) | 320.77º | 0.11% | 0.96% | - |
| XYZ | 78.89 | 76.89 | 90.81 | - |
| YUV | 229.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 237 | 0 | 0.11 | 0.04 | 0.04 | 320.77 | 0.59 | 0.91 |
| Hex | F6 | DC | ED | 0 | B | 4 | 4 | 141 | 3B | 5B |
| Octal | 366 | 334 | 355 | 0 | 13 | 4 | 4 | 501 | 73 | 133 |
| Binary | 11110110 | 11011100 | 11101101 | 0 | 1011 | 100 | 100 | 101000001 | 111011 | 1011011 |
Color Harmonies of #F6DCED
Complementary color
Monochromatic Colors of #F6DCED
Black with #F6DCED
Text Example
Text Example
White with #F6DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCED; }
p { color: rgb(246,220,237); }
H1.HeaderClassName
{
color: #F6DCED;
}
.AnyTagClassName
{
color: #F6DCED;
}
</style>
background-color css
<style>
a { background-color: #F6DCED; }
a { background-color: rgb(246,220,237); }
div.DivClassName
{
background-color: #F6DCED;
}
.BgClassName
{
background-color: #F6DCED;
}
</style>
border-color css
<style>
span { border-color: #F6DCED; }
span { border-color: rgb(246,220,237); }
td.TdClassName
{
border-color: #F6DCED;
}
.TagClassName
{
border-color: #F6DCED;
}
</style>