Shades of Pig Pink #F1DBE5
Tints of Pig Pink #F1DBE5
RGB
CMYK
RGB Variations
Color information
#F1DBE5 (or 0xF1DBE5) is known color: Pig Pink. HEX triplet: F1, DB and E5. RGB value is (241,219,229). Sum of RGB (Red+Green+Blue) = 241+219+229=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBE5 is #0E241A. Grayscale: #E2E2E2. Windows color (decimal): -926747 or 15064049. OLE color: 15064049.
HSL color Cylindrical-coordinate representation of color #F1DBE5: hue angle of 332.73º 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 #F1DBE5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 229 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 332.73º | 0.44% | 0.9% | - |
| HSV(B) | 332.73º | 0.09% | 0.95% | - |
| XYZ | 75.75 | 75.02 | 84.62 | - |
| YUV | 226.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 229 | 0 | 0.09 | 0.05 | 0.05 | 332.73 | 0.44 | 0.9 |
| Hex | F1 | DB | E5 | 0 | 9 | 5 | 5 | 14D | 2C | 5A |
| Octal | 361 | 333 | 345 | 0 | 11 | 5 | 5 | 515 | 54 | 132 |
| Binary | 11110001 | 11011011 | 11100101 | 0 | 1001 | 101 | 101 | 101001101 | 101100 | 1011010 |
Color Harmonies of #F1DBE5
Complementary color
Monochromatic Colors of #F1DBE5
Black with #F1DBE5
Text Example
Text Example
White with #F1DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBE5; }
p { color: rgb(241,219,229); }
H1.HeaderClassName
{
color: #F1DBE5;
}
.AnyTagClassName
{
color: #F1DBE5;
}
</style>
background-color css
<style>
a { background-color: #F1DBE5; }
a { background-color: rgb(241,219,229); }
div.DivClassName
{
background-color: #F1DBE5;
}
.BgClassName
{
background-color: #F1DBE5;
}
</style>
border-color css
<style>
span { border-color: #F1DBE5; }
span { border-color: rgb(241,219,229); }
td.TdClassName
{
border-color: #F1DBE5;
}
.TagClassName
{
border-color: #F1DBE5;
}
</style>