Shades of Pipi #F1E5C9
Tints of Pipi #F1E5C9
RGB
CMYK
RGB Variations
Color information
#F1E5C9 (or 0xF1E5C9) is known color: Pipi. HEX triplet: F1, E5 and C9. RGB value is (241,229,201). Sum of RGB (Red+Green+Blue) = 241+229+201=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5C9 is #0E1A36. Grayscale: #E5E5E5. Windows color (decimal): -924215 or 13231601. OLE color: 13231601.
HSL color Cylindrical-coordinate representation of color #F1E5C9: hue angle of 42º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1E5C9 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 201 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.05 |
| HSL | 42º | 0.59% | 0.87% | - |
| HSV(B) | 42º | 0.17% | 0.95% | - |
| XYZ | 74.84 | 78.96 | 66.55 | - |
| YUV | 229.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 201 | 0 | 0.05 | 0.17 | 0.05 | 42 | 0.59 | 0.87 |
| Hex | F1 | E5 | C9 | 0 | 5 | 11 | 5 | 2A | 3B | 57 |
| Octal | 361 | 345 | 311 | 0 | 5 | 21 | 5 | 52 | 73 | 127 |
| Binary | 11110001 | 11100101 | 11001001 | 0 | 101 | 10001 | 101 | 101010 | 111011 | 1010111 |
Color Harmonies of #F1E5C9
Complementary color
Monochromatic Colors of #F1E5C9
Black with #F1E5C9
Text Example
Text Example
White with #F1E5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5C9; }
p { color: rgb(241,229,201); }
H1.HeaderClassName
{
color: #F1E5C9;
}
.AnyTagClassName
{
color: #F1E5C9;
}
</style>
background-color css
<style>
a { background-color: #F1E5C9; }
a { background-color: rgb(241,229,201); }
div.DivClassName
{
background-color: #F1E5C9;
}
.BgClassName
{
background-color: #F1E5C9;
}
</style>
border-color css
<style>
span { border-color: #F1E5C9; }
span { border-color: rgb(241,229,201); }
td.TdClassName
{
border-color: #F1E5C9;
}
.TagClassName
{
border-color: #F1E5C9;
}
</style>