Shades of Chiffon #F1F2BA
Tints of Chiffon #F1F2BA
RGB
CMYK
RGB Variations
Color information
#F1F2BA (or 0xF1F2BA) is known color: Chiffon. HEX triplet: F1, F2 and BA. RGB value is (241,242,186). Sum of RGB (Red+Green+Blue) = 241+242+186=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2BA is #0E0D45. Grayscale: #EBEBEB. Windows color (decimal): -920902 or 12251889. OLE color: 12251889.
HSL color Cylindrical-coordinate representation of color #F1F2BA: hue angle of 61.07º 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 #F1F2BA is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 186 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.05 |
| HSL | 61.07º | 0.68% | 0.84% | - |
| HSV(B) | 61.07º | 0.23% | 0.95% | - |
| XYZ | 76.89 | 85.75 | 58.95 | - |
| YUV | 235.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 186 | 0.00 | 0 | 0.23 | 0.05 | 61.07 | 0.68 | 0.84 |
| Hex | F1 | F2 | BA | 0 | 0 | 17 | 5 | 3D | 44 | 54 |
| Octal | 361 | 362 | 272 | 0 | 0 | 27 | 5 | 75 | 104 | 124 |
| Binary | 11110001 | 11110010 | 10111010 | 0 | 0 | 10111 | 101 | 111101 | 1000100 | 1010100 |
Color Harmonies of #F1F2BA
Complementary color
Monochromatic Colors of #F1F2BA
Black with #F1F2BA
Text Example
Text Example
White with #F1F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2BA; }
p { color: rgb(241,242,186); }
H1.HeaderClassName
{
color: #F1F2BA;
}
.AnyTagClassName
{
color: #F1F2BA;
}
</style>
background-color css
<style>
a { background-color: #F1F2BA; }
a { background-color: rgb(241,242,186); }
div.DivClassName
{
background-color: #F1F2BA;
}
.BgClassName
{
background-color: #F1F2BA;
}
</style>
border-color css
<style>
span { border-color: #F1F2BA; }
span { border-color: rgb(241,242,186); }
td.TdClassName
{
border-color: #F1F2BA;
}
.TagClassName
{
border-color: #F1F2BA;
}
</style>