Shades of Pig Pink #F1DDE6
Tints of Pig Pink #F1DDE6
RGB
CMYK
RGB Variations
Color information
#F1DDE6 (or 0xF1DDE6) is known color: Pig Pink. HEX triplet: F1, DD and E6. RGB value is (241,221,230). Sum of RGB (Red+Green+Blue) = 241+221+230=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDE6 is #0E2219. Grayscale: #E3E3E3. Windows color (decimal): -926234 or 15130097. OLE color: 15130097.
HSL color Cylindrical-coordinate representation of color #F1DDE6: hue angle of 333º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1DDE6 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 230 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.05 |
| HSL | 333º | 0.42% | 0.91% | - |
| HSV(B) | 333º | 0.08% | 0.95% | - |
| XYZ | 76.42 | 76.13 | 85.53 | - |
| YUV | 228.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 230 | 0 | 0.08 | 0.05 | 0.05 | 333 | 0.42 | 0.91 |
| Hex | F1 | DD | E6 | 0 | 8 | 5 | 5 | 14D | 2A | 5B |
| Octal | 361 | 335 | 346 | 0 | 10 | 5 | 5 | 515 | 52 | 133 |
| Binary | 11110001 | 11011101 | 11100110 | 0 | 1000 | 101 | 101 | 101001101 | 101010 | 1011011 |
Color Harmonies of #F1DDE6
Complementary color
Monochromatic Colors of #F1DDE6
Black with #F1DDE6
Text Example
Text Example
White with #F1DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDE6; }
p { color: rgb(241,221,230); }
H1.HeaderClassName
{
color: #F1DDE6;
}
.AnyTagClassName
{
color: #F1DDE6;
}
</style>
background-color css
<style>
a { background-color: #F1DDE6; }
a { background-color: rgb(241,221,230); }
div.DivClassName
{
background-color: #F1DDE6;
}
.BgClassName
{
background-color: #F1DDE6;
}
</style>
border-color css
<style>
span { border-color: #F1DDE6; }
span { border-color: rgb(241,221,230); }
td.TdClassName
{
border-color: #F1DDE6;
}
.TagClassName
{
border-color: #F1DDE6;
}
</style>