Shades of Pig Pink #F1DEE8
Tints of Pig Pink #F1DEE8
RGB
CMYK
RGB Variations
Color information
#F1DEE8 (or 0xF1DEE8) is known color: Pig Pink. HEX triplet: F1, DE and E8. RGB value is (241,222,232). Sum of RGB (Red+Green+Blue) = 241+222+232=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DEE8 is #0E2117. Grayscale: #E4E4E4. Windows color (decimal): -925976 or 15261425. OLE color: 15261425.
HSL color Cylindrical-coordinate representation of color #F1DEE8: hue angle of 328.42º degrees, saturation: 0.4, 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 #F1DEE8 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 232 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.05 |
| HSL | 328.42º | 0.4% | 0.91% | - |
| HSV(B) | 328.42º | 0.08% | 0.95% | - |
| XYZ | 76.96 | 76.77 | 87.11 | - |
| YUV | 228.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 232 | 0 | 0.08 | 0.04 | 0.05 | 328.42 | 0.4 | 0.91 |
| Hex | F1 | DE | E8 | 0 | 8 | 4 | 5 | 148 | 28 | 5B |
| Octal | 361 | 336 | 350 | 0 | 10 | 4 | 5 | 510 | 50 | 133 |
| Binary | 11110001 | 11011110 | 11101000 | 0 | 1000 | 100 | 101 | 101001000 | 101000 | 1011011 |
Color Harmonies of #F1DEE8
Complementary color
Monochromatic Colors of #F1DEE8
Black with #F1DEE8
Text Example
Text Example
White with #F1DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEE8; }
p { color: rgb(241,222,232); }
H1.HeaderClassName
{
color: #F1DEE8;
}
.AnyTagClassName
{
color: #F1DEE8;
}
</style>
background-color css
<style>
a { background-color: #F1DEE8; }
a { background-color: rgb(241,222,232); }
div.DivClassName
{
background-color: #F1DEE8;
}
.BgClassName
{
background-color: #F1DEE8;
}
</style>
border-color css
<style>
span { border-color: #F1DEE8; }
span { border-color: rgb(241,222,232); }
td.TdClassName
{
border-color: #F1DEE8;
}
.TagClassName
{
border-color: #F1DEE8;
}
</style>