Shades of Pipi #F9E5BF
Tints of Pipi #F9E5BF
RGB
CMYK
RGB Variations
Color information
#F9E5BF (or 0xF9E5BF) is known color: Pipi. HEX triplet: F9, E5 and BF. RGB value is (249,229,191). Sum of RGB (Red+Green+Blue) = 249+229+191=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E5BF is #061A40. Grayscale: #E6E6E6. Windows color (decimal): -399937 or 12576249. OLE color: 12576249.
HSL color Cylindrical-coordinate representation of color #F9E5BF: hue angle of 39.31º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9E5BF is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 191 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.02 |
| HSL | 39.31º | 0.83% | 0.86% | - |
| HSV(B) | 39.31º | 0.23% | 0.98% | - |
| XYZ | 76.49 | 79.94 | 60.69 | - |
| YUV | 230.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 191 | 0 | 0.08 | 0.23 | 0.02 | 39.31 | 0.83 | 0.86 |
| Hex | F9 | E5 | BF | 0 | 8 | 17 | 2 | 27 | 53 | 56 |
| Octal | 371 | 345 | 277 | 0 | 10 | 27 | 2 | 47 | 123 | 126 |
| Binary | 11111001 | 11100101 | 10111111 | 0 | 1000 | 10111 | 10 | 100111 | 1010011 | 1010110 |
Color Harmonies of #F9E5BF
Complementary color
Monochromatic Colors of #F9E5BF
Black with #F9E5BF
Text Example
Text Example
White with #F9E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E5BF; }
p { color: rgb(249,229,191); }
H1.HeaderClassName
{
color: #F9E5BF;
}
.AnyTagClassName
{
color: #F9E5BF;
}
</style>
background-color css
<style>
a { background-color: #F9E5BF; }
a { background-color: rgb(249,229,191); }
div.DivClassName
{
background-color: #F9E5BF;
}
.BgClassName
{
background-color: #F9E5BF;
}
</style>
border-color css
<style>
span { border-color: #F9E5BF; }
span { border-color: rgb(249,229,191); }
td.TdClassName
{
border-color: #F9E5BF;
}
.TagClassName
{
border-color: #F9E5BF;
}
</style>