Shades of Pig Pink #F6DEED
Tints of Pig Pink #F6DEED
RGB
CMYK
RGB Variations
Color information
#F6DEED (or 0xF6DEED) is known color: Pig Pink. HEX triplet: F6, DE and ED. RGB value is (246,222,237). Sum of RGB (Red+Green+Blue) = 246+222+237=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DEED is #092112. Grayscale: #E6E6E6. Windows color (decimal): -598291 or 15589110. OLE color: 15589110.
HSL color Cylindrical-coordinate representation of color #F6DEED: hue angle of 322.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DEED is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 237 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.04 |
| HSL | 322.5º | 0.57% | 0.92% | - |
| HSV(B) | 322.5º | 0.1% | 0.96% | - |
| XYZ | 79.41 | 77.95 | 90.98 | - |
| YUV | 230.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 237 | 0 | 0.10 | 0.04 | 0.04 | 322.5 | 0.57 | 0.92 |
| Hex | F6 | DE | ED | 0 | A | 4 | 4 | 142 | 39 | 5C |
| Octal | 366 | 336 | 355 | 0 | 12 | 4 | 4 | 502 | 71 | 134 |
| Binary | 11110110 | 11011110 | 11101101 | 0 | 1010 | 100 | 100 | 101000010 | 111001 | 1011100 |
Color Harmonies of #F6DEED
Complementary color
Monochromatic Colors of #F6DEED
Black with #F6DEED
Text Example
Text Example
White with #F6DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEED; }
p { color: rgb(246,222,237); }
H1.HeaderClassName
{
color: #F6DEED;
}
.AnyTagClassName
{
color: #F6DEED;
}
</style>
background-color css
<style>
a { background-color: #F6DEED; }
a { background-color: rgb(246,222,237); }
div.DivClassName
{
background-color: #F6DEED;
}
.BgClassName
{
background-color: #F6DEED;
}
</style>
border-color css
<style>
span { border-color: #F6DEED; }
span { border-color: rgb(246,222,237); }
td.TdClassName
{
border-color: #F6DEED;
}
.TagClassName
{
border-color: #F6DEED;
}
</style>