Shades of Pig Pink #F6DDE5
Tints of Pig Pink #F6DDE5
RGB
CMYK
RGB Variations
Color information
#F6DDE5 (or 0xF6DDE5) is known color: Pig Pink. HEX triplet: F6, DD and E5. RGB value is (246,221,229). Sum of RGB (Red+Green+Blue) = 246+221+229=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDE5 is #09221A. Grayscale: #E5E5E5. Windows color (decimal): -598555 or 15064566. OLE color: 15064566.
HSL color Cylindrical-coordinate representation of color #F6DDE5: hue angle of 340.8º degrees, saturation: 0.58, 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 #F6DDE5 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 229 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.04 |
| HSL | 340.8º | 0.58% | 0.92% | - |
| HSV(B) | 340.8º | 0.1% | 0.96% | - |
| XYZ | 78.01 | 76.96 | 84.87 | - |
| YUV | 229.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 229 | 0 | 0.10 | 0.07 | 0.04 | 340.8 | 0.58 | 0.92 |
| Hex | F6 | DD | E5 | 0 | A | 7 | 4 | 155 | 3A | 5C |
| Octal | 366 | 335 | 345 | 0 | 12 | 7 | 4 | 525 | 72 | 134 |
| Binary | 11110110 | 11011101 | 11100101 | 0 | 1010 | 111 | 100 | 101010101 | 111010 | 1011100 |
Color Harmonies of #F6DDE5
Complementary color
Monochromatic Colors of #F6DDE5
Black with #F6DDE5
Text Example
Text Example
White with #F6DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDE5; }
p { color: rgb(246,221,229); }
H1.HeaderClassName
{
color: #F6DDE5;
}
.AnyTagClassName
{
color: #F6DDE5;
}
</style>
background-color css
<style>
a { background-color: #F6DDE5; }
a { background-color: rgb(246,221,229); }
div.DivClassName
{
background-color: #F6DDE5;
}
.BgClassName
{
background-color: #F6DDE5;
}
</style>
border-color css
<style>
span { border-color: #F6DDE5; }
span { border-color: rgb(246,221,229); }
td.TdClassName
{
border-color: #F6DDE5;
}
.TagClassName
{
border-color: #F6DDE5;
}
</style>