Shades of Pig Pink #F6DEE6
Tints of Pig Pink #F6DEE6
RGB
CMYK
RGB Variations
Color information
#F6DEE6 (or 0xF6DEE6) is known color: Pig Pink. HEX triplet: F6, DE and E6. RGB value is (246,222,230). Sum of RGB (Red+Green+Blue) = 246+222+230=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DEE6 is #092119. Grayscale: #E6E6E6. Windows color (decimal): -598298 or 15130358. OLE color: 15130358.
HSL color Cylindrical-coordinate representation of color #F6DEE6: hue angle of 340º 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 #F6DEE6 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 222 | 230 | - |
CMYK | 0 | 0.10 | 0.07 | 0.04 |
HSL | 340º | 0.57% | 0.92% | - |
HSV(B) | 340º | 0.1% | 0.96% | - |
XYZ | 78.41 | 77.55 | 85.7 | - |
YUV | 230.09 | 127.95 | 139.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 222 | 230 | 0 | 0.10 | 0.07 | 0.04 | 340 | 0.57 | 0.92 |
Hex | F6 | DE | E6 | 0 | A | 7 | 4 | 154 | 39 | 5C |
Octal | 366 | 336 | 346 | 0 | 12 | 7 | 4 | 524 | 71 | 134 |
Binary | 11110110 | 11011110 | 11100110 | 0 | 1010 | 111 | 100 | 101010100 | 111001 | 1011100 |
Color Harmonies of #F6DEE6
Complementary color
Monochromatic Colors of #F6DEE6
Black with #F6DEE6
Text Example
Text Example
White with #F6DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEE6; }
p { color: rgb(246,222,230); }
H1.HeaderClassName
{
color: #F6DEE6;
}
.AnyTagClassName
{
color: #F6DEE6;
}
</style>
background-color css
<style>
a { background-color: #F6DEE6; }
a { background-color: rgb(246,222,230); }
div.DivClassName
{
background-color: #F6DEE6;
}
.BgClassName
{
background-color: #F6DEE6;
}
</style>
border-color css
<style>
span { border-color: #F6DEE6; }
span { border-color: rgb(246,222,230); }
td.TdClassName
{
border-color: #F6DEE6;
}
.TagClassName
{
border-color: #F6DEE6;
}
</style>