Shades of Pipi #F1E6C8
Tints of Pipi #F1E6C8
RGB
CMYK
RGB Variations
Color information
#F1E6C8 (or 0xF1E6C8) is known color: Pipi. HEX triplet: F1, E6 and C8. RGB value is (241,230,200). Sum of RGB (Red+Green+Blue) = 241+230+200=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6C8 is #0E1937. Grayscale: #E6E6E6. Windows color (decimal): -923960 or 13166321. OLE color: 13166321.
HSL color Cylindrical-coordinate representation of color #F1E6C8: hue angle of 43.9º degrees, saturation: 0.59, 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 #F1E6C8 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 200 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.05 |
| HSL | 43.9º | 0.59% | 0.86% | - |
| HSV(B) | 43.9º | 0.17% | 0.95% | - |
| XYZ | 75 | 79.46 | 66.03 | - |
| YUV | 229.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 200 | 0 | 0.05 | 0.17 | 0.05 | 43.9 | 0.59 | 0.86 |
| Hex | F1 | E6 | C8 | 0 | 5 | 11 | 5 | 2C | 3B | 56 |
| Octal | 361 | 346 | 310 | 0 | 5 | 21 | 5 | 54 | 73 | 126 |
| Binary | 11110001 | 11100110 | 11001000 | 0 | 101 | 10001 | 101 | 101100 | 111011 | 1010110 |
Color Harmonies of #F1E6C8
Complementary color
Monochromatic Colors of #F1E6C8
Black with #F1E6C8
Text Example
Text Example
White with #F1E6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6C8; }
p { color: rgb(241,230,200); }
H1.HeaderClassName
{
color: #F1E6C8;
}
.AnyTagClassName
{
color: #F1E6C8;
}
</style>
background-color css
<style>
a { background-color: #F1E6C8; }
a { background-color: rgb(241,230,200); }
div.DivClassName
{
background-color: #F1E6C8;
}
.BgClassName
{
background-color: #F1E6C8;
}
</style>
border-color css
<style>
span { border-color: #F1E6C8; }
span { border-color: rgb(241,230,200); }
td.TdClassName
{
border-color: #F1E6C8;
}
.TagClassName
{
border-color: #F1E6C8;
}
</style>