Shades of Pipi #F1E6C7
Tints of Pipi #F1E6C7
RGB
CMYK
RGB Variations
Color information
#F1E6C7 (or 0xF1E6C7) is known color: Pipi. HEX triplet: F1, E6 and C7. RGB value is (241,230,199). Sum of RGB (Red+Green+Blue) = 241+230+199=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 199 (78.12% from 255 or 29.70% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6C7 is #0E1938. Grayscale: #E5E5E5. Windows color (decimal): -923961 or 13100785. OLE color: 13100785.
HSL color Cylindrical-coordinate representation of color #F1E6C7: hue angle of 44.29º 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 #F1E6C7 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 199 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.05 |
| HSL | 44.29º | 0.6% | 0.86% | - |
| HSV(B) | 44.29º | 0.17% | 0.95% | - |
| XYZ | 74.88 | 79.42 | 65.42 | - |
| YUV | 229.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 199 | 0 | 0.05 | 0.17 | 0.05 | 44.29 | 0.6 | 0.86 |
| Hex | F1 | E6 | C7 | 0 | 5 | 11 | 5 | 2C | 3C | 56 |
| Octal | 361 | 346 | 307 | 0 | 5 | 21 | 5 | 54 | 74 | 126 |
| Binary | 11110001 | 11100110 | 11000111 | 0 | 101 | 10001 | 101 | 101100 | 111100 | 1010110 |
Color Harmonies of #F1E6C7
Complementary color
Monochromatic Colors of #F1E6C7
Black with #F1E6C7
Text Example
Text Example
White with #F1E6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6C7; }
p { color: rgb(241,230,199); }
H1.HeaderClassName
{
color: #F1E6C7;
}
.AnyTagClassName
{
color: #F1E6C7;
}
</style>
background-color css
<style>
a { background-color: #F1E6C7; }
a { background-color: rgb(241,230,199); }
div.DivClassName
{
background-color: #F1E6C7;
}
.BgClassName
{
background-color: #F1E6C7;
}
</style>
border-color css
<style>
span { border-color: #F1E6C7; }
span { border-color: rgb(241,230,199); }
td.TdClassName
{
border-color: #F1E6C7;
}
.TagClassName
{
border-color: #F1E6C7;
}
</style>