Shades of Pipi #F9E6BF
Tints of Pipi #F9E6BF
RGB
CMYK
RGB Variations
Color information
#F9E6BF (or 0xF9E6BF) is known color: Pipi. HEX triplet: F9, E6 and BF. RGB value is (249,230,191). Sum of RGB (Red+Green+Blue) = 249+230+191=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E6BF is #061940. Grayscale: #E7E7E7. Windows color (decimal): -399681 or 12576505. OLE color: 12576505.
HSL color Cylindrical-coordinate representation of color #F9E6BF: hue angle of 40.34º 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 #F9E6BF is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 191 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.02 |
| HSL | 40.34º | 0.83% | 0.86% | - |
| HSV(B) | 40.34º | 0.23% | 0.98% | - |
| XYZ | 76.77 | 80.49 | 60.78 | - |
| YUV | 231.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 191 | 0 | 0.08 | 0.23 | 0.02 | 40.34 | 0.83 | 0.86 |
| Hex | F9 | E6 | BF | 0 | 8 | 17 | 2 | 28 | 53 | 56 |
| Octal | 371 | 346 | 277 | 0 | 10 | 27 | 2 | 50 | 123 | 126 |
| Binary | 11111001 | 11100110 | 10111111 | 0 | 1000 | 10111 | 10 | 101000 | 1010011 | 1010110 |
Color Harmonies of #F9E6BF
Complementary color
Monochromatic Colors of #F9E6BF
Black with #F9E6BF
Text Example
Text Example
White with #F9E6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E6BF; }
p { color: rgb(249,230,191); }
H1.HeaderClassName
{
color: #F9E6BF;
}
.AnyTagClassName
{
color: #F9E6BF;
}
</style>
background-color css
<style>
a { background-color: #F9E6BF; }
a { background-color: rgb(249,230,191); }
div.DivClassName
{
background-color: #F9E6BF;
}
.BgClassName
{
background-color: #F9E6BF;
}
</style>
border-color css
<style>
span { border-color: #F9E6BF; }
span { border-color: rgb(249,230,191); }
td.TdClassName
{
border-color: #F9E6BF;
}
.TagClassName
{
border-color: #F9E6BF;
}
</style>