Shades of Pipi #F1E1C3
Tints of Pipi #F1E1C3
RGB
CMYK
RGB Variations
Color information
#F1E1C3 (or 0xF1E1C3) is known color: Pipi. HEX triplet: F1, E1 and C3. RGB value is (241,225,195). Sum of RGB (Red+Green+Blue) = 241+225+195=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1C3 is #0E1E3C. Grayscale: #E2E2E2. Windows color (decimal): -925245 or 12837361. OLE color: 12837361.
HSL color Cylindrical-coordinate representation of color #F1E1C3: hue angle of 39.13º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1E1C3 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 195 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.05 |
| HSL | 39.13º | 0.62% | 0.85% | - |
| HSV(B) | 39.13º | 0.19% | 0.95% | - |
| XYZ | 73.05 | 76.49 | 62.54 | - |
| YUV | 226.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 195 | 0 | 0.07 | 0.19 | 0.05 | 39.13 | 0.62 | 0.85 |
| Hex | F1 | E1 | C3 | 0 | 7 | 13 | 5 | 27 | 3E | 55 |
| Octal | 361 | 341 | 303 | 0 | 7 | 23 | 5 | 47 | 76 | 125 |
| Binary | 11110001 | 11100001 | 11000011 | 0 | 111 | 10011 | 101 | 100111 | 111110 | 1010101 |
Color Harmonies of #F1E1C3
Complementary color
Monochromatic Colors of #F1E1C3
Black with #F1E1C3
Text Example
Text Example
White with #F1E1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1C3; }
p { color: rgb(241,225,195); }
H1.HeaderClassName
{
color: #F1E1C3;
}
.AnyTagClassName
{
color: #F1E1C3;
}
</style>
background-color css
<style>
a { background-color: #F1E1C3; }
a { background-color: rgb(241,225,195); }
div.DivClassName
{
background-color: #F1E1C3;
}
.BgClassName
{
background-color: #F1E1C3;
}
</style>
border-color css
<style>
span { border-color: #F1E1C3; }
span { border-color: rgb(241,225,195); }
td.TdClassName
{
border-color: #F1E1C3;
}
.TagClassName
{
border-color: #F1E1C3;
}
</style>