Shades of Pig Pink #F1DBE7
Tints of Pig Pink #F1DBE7
RGB
CMYK
RGB Variations
Color information
#F1DBE7 (or 0xF1DBE7) is known color: Pig Pink. HEX triplet: F1, DB and E7. RGB value is (241,219,231). Sum of RGB (Red+Green+Blue) = 241+219+231=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBE7 is #0E2418. Grayscale: #E2E2E2. Windows color (decimal): -926745 or 15195121. OLE color: 15195121.
HSL color Cylindrical-coordinate representation of color #F1DBE7: hue angle of 327.27º 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 #F1DBE7 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 231 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.05 |
| HSL | 327.27º | 0.44% | 0.9% | - |
| HSV(B) | 327.27º | 0.09% | 0.95% | - |
| XYZ | 76.03 | 75.13 | 86.1 | - |
| YUV | 226.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 231 | 0 | 0.09 | 0.04 | 0.05 | 327.27 | 0.44 | 0.9 |
| Hex | F1 | DB | E7 | 0 | 9 | 4 | 5 | 147 | 2C | 5A |
| Octal | 361 | 333 | 347 | 0 | 11 | 4 | 5 | 507 | 54 | 132 |
| Binary | 11110001 | 11011011 | 11100111 | 0 | 1001 | 100 | 101 | 101000111 | 101100 | 1011010 |
Color Harmonies of #F1DBE7
Complementary color
Monochromatic Colors of #F1DBE7
Black with #F1DBE7
Text Example
Text Example
White with #F1DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBE7; }
p { color: rgb(241,219,231); }
H1.HeaderClassName
{
color: #F1DBE7;
}
.AnyTagClassName
{
color: #F1DBE7;
}
</style>
background-color css
<style>
a { background-color: #F1DBE7; }
a { background-color: rgb(241,219,231); }
div.DivClassName
{
background-color: #F1DBE7;
}
.BgClassName
{
background-color: #F1DBE7;
}
</style>
border-color css
<style>
span { border-color: #F1DBE7; }
span { border-color: rgb(241,219,231); }
td.TdClassName
{
border-color: #F1DBE7;
}
.TagClassName
{
border-color: #F1DBE7;
}
</style>