Shades of Pig Pink #F1DAE8
Tints of Pig Pink #F1DAE8
RGB
CMYK
RGB Variations
Color information
#F1DAE8 (or 0xF1DAE8) is known color: Pig Pink. HEX triplet: F1, DA and E8. RGB value is (241,218,232). Sum of RGB (Red+Green+Blue) = 241+218+232=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAE8 is #0E2517. Grayscale: #E2E2E2. Windows color (decimal): -927000 or 15260401. OLE color: 15260401.
HSL color Cylindrical-coordinate representation of color #F1DAE8: hue angle of 323.48º 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 #F1DAE8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 232 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.05 |
| HSL | 323.48º | 0.45% | 0.9% | - |
| HSV(B) | 323.48º | 0.1% | 0.95% | - |
| XYZ | 75.91 | 74.67 | 86.76 | - |
| YUV | 226.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 232 | 0 | 0.10 | 0.04 | 0.05 | 323.48 | 0.45 | 0.9 |
| Hex | F1 | DA | E8 | 0 | A | 4 | 5 | 143 | 2D | 5A |
| Octal | 361 | 332 | 350 | 0 | 12 | 4 | 5 | 503 | 55 | 132 |
| Binary | 11110001 | 11011010 | 11101000 | 0 | 1010 | 100 | 101 | 101000011 | 101101 | 1011010 |
Color Harmonies of #F1DAE8
Complementary color
Monochromatic Colors of #F1DAE8
Black with #F1DAE8
Text Example
Text Example
White with #F1DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DAE8; }
p { color: rgb(241,218,232); }
H1.HeaderClassName
{
color: #F1DAE8;
}
.AnyTagClassName
{
color: #F1DAE8;
}
</style>
background-color css
<style>
a { background-color: #F1DAE8; }
a { background-color: rgb(241,218,232); }
div.DivClassName
{
background-color: #F1DAE8;
}
.BgClassName
{
background-color: #F1DAE8;
}
</style>
border-color css
<style>
span { border-color: #F1DAE8; }
span { border-color: rgb(241,218,232); }
td.TdClassName
{
border-color: #F1DAE8;
}
.TagClassName
{
border-color: #F1DAE8;
}
</style>