Shades of Pig Pink #F1DBE9
Tints of Pig Pink #F1DBE9
RGB
CMYK
RGB Variations
Color information
#F1DBE9 (or 0xF1DBE9) is known color: Pig Pink. HEX triplet: F1, DB and E9. RGB value is (241,219,233). Sum of RGB (Red+Green+Blue) = 241+219+233=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBE9 is #0E2416. Grayscale: #E3E3E3. Windows color (decimal): -926743 or 15326193. OLE color: 15326193.
HSL color Cylindrical-coordinate representation of color #F1DBE9: hue angle of 321.82º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DBE9 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 233 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.05 |
| HSL | 321.82º | 0.44% | 0.9% | - |
| HSV(B) | 321.82º | 0.09% | 0.95% | - |
| XYZ | 76.32 | 75.25 | 87.59 | - |
| YUV | 227.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 233 | 0 | 0.09 | 0.03 | 0.05 | 321.82 | 0.44 | 0.9 |
| Hex | F1 | DB | E9 | 0 | 9 | 3 | 5 | 142 | 2C | 5A |
| Octal | 361 | 333 | 351 | 0 | 11 | 3 | 5 | 502 | 54 | 132 |
| Binary | 11110001 | 11011011 | 11101001 | 0 | 1001 | 11 | 101 | 101000010 | 101100 | 1011010 |
Color Harmonies of #F1DBE9
Complementary color
Monochromatic Colors of #F1DBE9
Black with #F1DBE9
Text Example
Text Example
White with #F1DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBE9; }
p { color: rgb(241,219,233); }
H1.HeaderClassName
{
color: #F1DBE9;
}
.AnyTagClassName
{
color: #F1DBE9;
}
</style>
background-color css
<style>
a { background-color: #F1DBE9; }
a { background-color: rgb(241,219,233); }
div.DivClassName
{
background-color: #F1DBE9;
}
.BgClassName
{
background-color: #F1DBE9;
}
</style>
border-color css
<style>
span { border-color: #F1DBE9; }
span { border-color: rgb(241,219,233); }
td.TdClassName
{
border-color: #F1DBE9;
}
.TagClassName
{
border-color: #F1DBE9;
}
</style>