Shades of Pipi #F1E5C7
Tints of Pipi #F1E5C7
RGB
CMYK
RGB Variations
Color information
#F1E5C7 (or 0xF1E5C7) is known color: Pipi. HEX triplet: F1, E5 and C7. RGB value is (241,229,199). Sum of RGB (Red+Green+Blue) = 241+229+199=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 199 (78.12% from 255 or 29.75% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5C7 is #0E1A38. Grayscale: #E5E5E5. Windows color (decimal): -924217 or 13100529. OLE color: 13100529.
HSL color Cylindrical-coordinate representation of color #F1E5C7: hue angle of 42.86º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1E5C7 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 199 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.05 |
| HSL | 42.86º | 0.6% | 0.86% | - |
| HSV(B) | 42.86º | 0.17% | 0.95% | - |
| XYZ | 74.6 | 78.86 | 65.32 | - |
| YUV | 229.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 199 | 0 | 0.05 | 0.17 | 0.05 | 42.86 | 0.6 | 0.86 |
| Hex | F1 | E5 | C7 | 0 | 5 | 11 | 5 | 2B | 3C | 56 |
| Octal | 361 | 345 | 307 | 0 | 5 | 21 | 5 | 53 | 74 | 126 |
| Binary | 11110001 | 11100101 | 11000111 | 0 | 101 | 10001 | 101 | 101011 | 111100 | 1010110 |
Color Harmonies of #F1E5C7
Complementary color
Monochromatic Colors of #F1E5C7
Black with #F1E5C7
Text Example
Text Example
White with #F1E5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5C7; }
p { color: rgb(241,229,199); }
H1.HeaderClassName
{
color: #F1E5C7;
}
.AnyTagClassName
{
color: #F1E5C7;
}
</style>
background-color css
<style>
a { background-color: #F1E5C7; }
a { background-color: rgb(241,229,199); }
div.DivClassName
{
background-color: #F1E5C7;
}
.BgClassName
{
background-color: #F1E5C7;
}
</style>
border-color css
<style>
span { border-color: #F1E5C7; }
span { border-color: rgb(241,229,199); }
td.TdClassName
{
border-color: #F1E5C7;
}
.TagClassName
{
border-color: #F1E5C7;
}
</style>