Shades of Pipi #F9E6BE
Tints of Pipi #F9E6BE
RGB
CMYK
RGB Variations
Color information
#F9E6BE (or 0xF9E6BE) is known color: Pipi. HEX triplet: F9, E6 and BE. RGB value is (249,230,190). Sum of RGB (Red+Green+Blue) = 249+230+190=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E6BE is #061941. Grayscale: #E7E7E7. Windows color (decimal): -399682 or 12510969. OLE color: 12510969.
HSL color Cylindrical-coordinate representation of color #F9E6BE: hue angle of 40.68º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9E6BE is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 190 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.02 |
| HSL | 40.68º | 0.83% | 0.86% | - |
| HSV(B) | 40.68º | 0.24% | 0.98% | - |
| XYZ | 76.66 | 80.45 | 60.2 | - |
| YUV | 231.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 190 | 0 | 0.08 | 0.24 | 0.02 | 40.68 | 0.83 | 0.86 |
| Hex | F9 | E6 | BE | 0 | 8 | 18 | 2 | 29 | 53 | 56 |
| Octal | 371 | 346 | 276 | 0 | 10 | 30 | 2 | 51 | 123 | 126 |
| Binary | 11111001 | 11100110 | 10111110 | 0 | 1000 | 11000 | 10 | 101001 | 1010011 | 1010110 |
Color Harmonies of #F9E6BE
Complementary color
Monochromatic Colors of #F9E6BE
Black with #F9E6BE
Text Example
Text Example
White with #F9E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E6BE; }
p { color: rgb(249,230,190); }
H1.HeaderClassName
{
color: #F9E6BE;
}
.AnyTagClassName
{
color: #F9E6BE;
}
</style>
background-color css
<style>
a { background-color: #F9E6BE; }
a { background-color: rgb(249,230,190); }
div.DivClassName
{
background-color: #F9E6BE;
}
.BgClassName
{
background-color: #F9E6BE;
}
</style>
border-color css
<style>
span { border-color: #F9E6BE; }
span { border-color: rgb(249,230,190); }
td.TdClassName
{
border-color: #F9E6BE;
}
.TagClassName
{
border-color: #F9E6BE;
}
</style>