Shades of Pig Pink #F1DAE9
Tints of Pig Pink #F1DAE9
RGB
CMYK
RGB Variations
Color information
#F1DAE9 (or 0xF1DAE9) is known color: Pig Pink. HEX triplet: F1, DA and E9. RGB value is (241,218,233). Sum of RGB (Red+Green+Blue) = 241+218+233=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAE9 is #0E2516. Grayscale: #E2E2E2. Windows color (decimal): -926999 or 15325937. OLE color: 15325937.
HSL color Cylindrical-coordinate representation of color #F1DAE9: hue angle of 320.87º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1DAE9 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 233 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.05 |
| HSL | 320.87º | 0.45% | 0.9% | - |
| HSV(B) | 320.87º | 0.1% | 0.95% | - |
| XYZ | 76.06 | 74.73 | 87.51 | - |
| YUV | 226.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 233 | 0 | 0.10 | 0.03 | 0.05 | 320.87 | 0.45 | 0.9 |
| Hex | F1 | DA | E9 | 0 | A | 3 | 5 | 141 | 2D | 5A |
| Octal | 361 | 332 | 351 | 0 | 12 | 3 | 5 | 501 | 55 | 132 |
| Binary | 11110001 | 11011010 | 11101001 | 0 | 1010 | 11 | 101 | 101000001 | 101101 | 1011010 |
Color Harmonies of #F1DAE9
Complementary color
Monochromatic Colors of #F1DAE9
Black with #F1DAE9
Text Example
Text Example
White with #F1DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DAE9; }
p { color: rgb(241,218,233); }
H1.HeaderClassName
{
color: #F1DAE9;
}
.AnyTagClassName
{
color: #F1DAE9;
}
</style>
background-color css
<style>
a { background-color: #F1DAE9; }
a { background-color: rgb(241,218,233); }
div.DivClassName
{
background-color: #F1DAE9;
}
.BgClassName
{
background-color: #F1DAE9;
}
</style>
border-color css
<style>
span { border-color: #F1DAE9; }
span { border-color: rgb(241,218,233); }
td.TdClassName
{
border-color: #F1DAE9;
}
.TagClassName
{
border-color: #F1DAE9;
}
</style>