Shades of Pig Pink #F9DDF1
Tints of Pig Pink #F9DDF1
RGB
CMYK
RGB Variations
Color information
#F9DDF1 (or 0xF9DDF1) is known color: Pig Pink. HEX triplet: F9, DD and F1. RGB value is (249,221,241). Sum of RGB (Red+Green+Blue) = 249+221+241=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF1 is #06220E. Grayscale: #E7E7E7. Windows color (decimal): -401935 or 15851001. OLE color: 15851001.
HSL color Cylindrical-coordinate representation of color #F9DDF1: hue angle of 317.14º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DDF1 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 241 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.02 |
| HSL | 317.14º | 0.7% | 0.92% | - |
| HSV(B) | 317.14º | 0.11% | 0.98% | - |
| XYZ | 80.8 | 78.2 | 94.06 | - |
| YUV | 231.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 241 | 0 | 0.11 | 0.03 | 0.02 | 317.14 | 0.7 | 0.92 |
| Hex | F9 | DD | F1 | 0 | B | 3 | 2 | 13D | 46 | 5C |
| Octal | 371 | 335 | 361 | 0 | 13 | 3 | 2 | 475 | 106 | 134 |
| Binary | 11111001 | 11011101 | 11110001 | 0 | 1011 | 11 | 10 | 100111101 | 1000110 | 1011100 |
Color Harmonies of #F9DDF1
Complementary color
Monochromatic Colors of #F9DDF1
Black with #F9DDF1
Text Example
Text Example
White with #F9DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDF1; }
p { color: rgb(249,221,241); }
H1.HeaderClassName
{
color: #F9DDF1;
}
.AnyTagClassName
{
color: #F9DDF1;
}
</style>
background-color css
<style>
a { background-color: #F9DDF1; }
a { background-color: rgb(249,221,241); }
div.DivClassName
{
background-color: #F9DDF1;
}
.BgClassName
{
background-color: #F9DDF1;
}
</style>
border-color css
<style>
span { border-color: #F9DDF1; }
span { border-color: rgb(249,221,241); }
td.TdClassName
{
border-color: #F9DDF1;
}
.TagClassName
{
border-color: #F9DDF1;
}
</style>