Shades of Pig Pink #F6DCEF
Tints of Pig Pink #F6DCEF
RGB
CMYK
RGB Variations
Color information
#F6DCEF (or 0xF6DCEF) is known color: Pig Pink. HEX triplet: F6, DC and EF. RGB value is (246,220,239). Sum of RGB (Red+Green+Blue) = 246+220+239=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCEF is #092310. Grayscale: #E5E5E5. Windows color (decimal): -598801 or 15719670. OLE color: 15719670.
HSL color Cylindrical-coordinate representation of color #F6DCEF: hue angle of 316.15º 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 #F6DCEF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 239 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.04 |
| HSL | 316.15º | 0.59% | 0.91% | - |
| HSV(B) | 316.15º | 0.11% | 0.96% | - |
| XYZ | 79.18 | 77.01 | 92.35 | - |
| YUV | 229.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 239 | 0 | 0.11 | 0.03 | 0.04 | 316.15 | 0.59 | 0.91 |
| Hex | F6 | DC | EF | 0 | B | 3 | 4 | 13C | 3B | 5B |
| Octal | 366 | 334 | 357 | 0 | 13 | 3 | 4 | 474 | 73 | 133 |
| Binary | 11110110 | 11011100 | 11101111 | 0 | 1011 | 11 | 100 | 100111100 | 111011 | 1011011 |
Color Harmonies of #F6DCEF
Complementary color
Monochromatic Colors of #F6DCEF
Black with #F6DCEF
Text Example
Text Example
White with #F6DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCEF; }
p { color: rgb(246,220,239); }
H1.HeaderClassName
{
color: #F6DCEF;
}
.AnyTagClassName
{
color: #F6DCEF;
}
</style>
background-color css
<style>
a { background-color: #F6DCEF; }
a { background-color: rgb(246,220,239); }
div.DivClassName
{
background-color: #F6DCEF;
}
.BgClassName
{
background-color: #F6DCEF;
}
</style>
border-color css
<style>
span { border-color: #F6DCEF; }
span { border-color: rgb(246,220,239); }
td.TdClassName
{
border-color: #F6DCEF;
}
.TagClassName
{
border-color: #F6DCEF;
}
</style>