Shades of Pipi #F1E5CB
Tints of Pipi #F1E5CB
RGB
CMYK
RGB Variations
Color information
#F1E5CB (or 0xF1E5CB) is known color: Pipi. HEX triplet: F1, E5 and CB. RGB value is (241,229,203). Sum of RGB (Red+Green+Blue) = 241+229+203=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5CB is #0E1A34. Grayscale: #E5E5E5. Windows color (decimal): -924213 or 13362673. OLE color: 13362673.
HSL color Cylindrical-coordinate representation of color #F1E5CB: hue angle of 41.05º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1E5CB is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 203 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.05 |
| HSL | 41.05º | 0.58% | 0.87% | - |
| HSV(B) | 41.05º | 0.16% | 0.95% | - |
| XYZ | 75.07 | 79.05 | 67.8 | - |
| YUV | 229.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 203 | 0 | 0.05 | 0.16 | 0.05 | 41.05 | 0.58 | 0.87 |
| Hex | F1 | E5 | CB | 0 | 5 | 10 | 5 | 29 | 3A | 57 |
| Octal | 361 | 345 | 313 | 0 | 5 | 20 | 5 | 51 | 72 | 127 |
| Binary | 11110001 | 11100101 | 11001011 | 0 | 101 | 10000 | 101 | 101001 | 111010 | 1010111 |
Color Harmonies of #F1E5CB
Complementary color
Monochromatic Colors of #F1E5CB
Black with #F1E5CB
Text Example
Text Example
White with #F1E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5CB; }
p { color: rgb(241,229,203); }
H1.HeaderClassName
{
color: #F1E5CB;
}
.AnyTagClassName
{
color: #F1E5CB;
}
</style>
background-color css
<style>
a { background-color: #F1E5CB; }
a { background-color: rgb(241,229,203); }
div.DivClassName
{
background-color: #F1E5CB;
}
.BgClassName
{
background-color: #F1E5CB;
}
</style>
border-color css
<style>
span { border-color: #F1E5CB; }
span { border-color: rgb(241,229,203); }
td.TdClassName
{
border-color: #F1E5CB;
}
.TagClassName
{
border-color: #F1E5CB;
}
</style>