Shades of Pipi #F5E2BF
Tints of Pipi #F5E2BF
RGB
CMYK
RGB Variations
Color information
#F5E2BF (or 0xF5E2BF) is known color: Pipi. HEX triplet: F5, E2 and BF. RGB value is (245,226,191). Sum of RGB (Red+Green+Blue) = 245+226+191=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2BF is #0A1D40. Grayscale: #E3E3E3. Windows color (decimal): -662849 or 12575477. OLE color: 12575477.
HSL color Cylindrical-coordinate representation of color #F5E2BF: hue angle of 38.89º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5E2BF is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 191 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.04 |
| HSL | 38.89º | 0.73% | 0.85% | - |
| HSV(B) | 38.89º | 0.22% | 0.96% | - |
| XYZ | 74.26 | 77.57 | 60.35 | - |
| YUV | 227.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 191 | 0 | 0.08 | 0.22 | 0.04 | 38.89 | 0.73 | 0.85 |
| Hex | F5 | E2 | BF | 0 | 8 | 16 | 4 | 27 | 49 | 55 |
| Octal | 365 | 342 | 277 | 0 | 10 | 26 | 4 | 47 | 111 | 125 |
| Binary | 11110101 | 11100010 | 10111111 | 0 | 1000 | 10110 | 100 | 100111 | 1001001 | 1010101 |
Color Harmonies of #F5E2BF
Complementary color
Monochromatic Colors of #F5E2BF
Black with #F5E2BF
Text Example
Text Example
White with #F5E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2BF; }
p { color: rgb(245,226,191); }
H1.HeaderClassName
{
color: #F5E2BF;
}
.AnyTagClassName
{
color: #F5E2BF;
}
</style>
background-color css
<style>
a { background-color: #F5E2BF; }
a { background-color: rgb(245,226,191); }
div.DivClassName
{
background-color: #F5E2BF;
}
.BgClassName
{
background-color: #F5E2BF;
}
</style>
border-color css
<style>
span { border-color: #F5E2BF; }
span { border-color: rgb(245,226,191); }
td.TdClassName
{
border-color: #F5E2BF;
}
.TagClassName
{
border-color: #F5E2BF;
}
</style>