Shades of Chiffon #F1F2BB
Tints of Chiffon #F1F2BB
RGB
CMYK
RGB Variations
Color information
#F1F2BB (or 0xF1F2BB) is known color: Chiffon. HEX triplet: F1, F2 and BB. RGB value is (241,242,187). Sum of RGB (Red+Green+Blue) = 241+242+187=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2BB is #0E0D44. Grayscale: #EBEBEB. Windows color (decimal): -920901 or 12317425. OLE color: 12317425.
HSL color Cylindrical-coordinate representation of color #F1F2BB: hue angle of 61.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1F2BB is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 187 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.05 |
| HSL | 61.09º | 0.68% | 0.84% | - |
| HSV(B) | 61.09º | 0.23% | 0.95% | - |
| XYZ | 77 | 85.79 | 59.52 | - |
| YUV | 235.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 187 | 0.00 | 0 | 0.23 | 0.05 | 61.09 | 0.68 | 0.84 |
| Hex | F1 | F2 | BB | 0 | 0 | 17 | 5 | 3D | 44 | 54 |
| Octal | 361 | 362 | 273 | 0 | 0 | 27 | 5 | 75 | 104 | 124 |
| Binary | 11110001 | 11110010 | 10111011 | 0 | 0 | 10111 | 101 | 111101 | 1000100 | 1010100 |
Color Harmonies of #F1F2BB
Complementary color
Monochromatic Colors of #F1F2BB
Black with #F1F2BB
Text Example
Text Example
White with #F1F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2BB; }
p { color: rgb(241,242,187); }
H1.HeaderClassName
{
color: #F1F2BB;
}
.AnyTagClassName
{
color: #F1F2BB;
}
</style>
background-color css
<style>
a { background-color: #F1F2BB; }
a { background-color: rgb(241,242,187); }
div.DivClassName
{
background-color: #F1F2BB;
}
.BgClassName
{
background-color: #F1F2BB;
}
</style>
border-color css
<style>
span { border-color: #F1F2BB; }
span { border-color: rgb(241,242,187); }
td.TdClassName
{
border-color: #F1F2BB;
}
.TagClassName
{
border-color: #F1F2BB;
}
</style>