Shades of Pig Pink #F6DBE7
Tints of Pig Pink #F6DBE7
RGB
CMYK
RGB Variations
Color information
#F6DBE7 (or 0xF6DBE7) is known color: Pig Pink. HEX triplet: F6, DB and E7. RGB value is (246,219,231). Sum of RGB (Red+Green+Blue) = 246+219+231=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 231 (90.62% from 255 or 33.19% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBE7 is #092418. Grayscale: #E4E4E4. Windows color (decimal): -599065 or 15195126. OLE color: 15195126.
HSL color Cylindrical-coordinate representation of color #F6DBE7: hue angle of 333.33º degrees, saturation: 0.6, 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 #F6DBE7 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 231 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.04 |
| HSL | 333.33º | 0.6% | 0.91% | - |
| HSV(B) | 333.33º | 0.11% | 0.96% | - |
| XYZ | 77.76 | 76.03 | 86.18 | - |
| YUV | 228.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 231 | 0 | 0.11 | 0.06 | 0.04 | 333.33 | 0.6 | 0.91 |
| Hex | F6 | DB | E7 | 0 | B | 6 | 4 | 14D | 3C | 5B |
| Octal | 366 | 333 | 347 | 0 | 13 | 6 | 4 | 515 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11100111 | 0 | 1011 | 110 | 100 | 101001101 | 111100 | 1011011 |
Color Harmonies of #F6DBE7
Complementary color
Monochromatic Colors of #F6DBE7
Black with #F6DBE7
Text Example
Text Example
White with #F6DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBE7; }
p { color: rgb(246,219,231); }
H1.HeaderClassName
{
color: #F6DBE7;
}
.AnyTagClassName
{
color: #F6DBE7;
}
</style>
background-color css
<style>
a { background-color: #F6DBE7; }
a { background-color: rgb(246,219,231); }
div.DivClassName
{
background-color: #F6DBE7;
}
.BgClassName
{
background-color: #F6DBE7;
}
</style>
border-color css
<style>
span { border-color: #F6DBE7; }
span { border-color: rgb(246,219,231); }
td.TdClassName
{
border-color: #F6DBE7;
}
.TagClassName
{
border-color: #F6DBE7;
}
</style>