Shades of Chiffon #F1F1BA
Tints of Chiffon #F1F1BA
RGB
CMYK
RGB Variations
Color information
#F1F1BA (or 0xF1F1BA) is known color: Chiffon. HEX triplet: F1, F1 and BA. RGB value is (241,241,186). Sum of RGB (Red+Green+Blue) = 241+241+186=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1BA is #0E0E45. Grayscale: #EAEAEA. Windows color (decimal): -921158 or 12251633. OLE color: 12251633.
HSL color Cylindrical-coordinate representation of color #F1F1BA: hue angle of 60º degrees, saturation: 0.66, 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 #F1F1BA is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 186 | - |
| CMYK | 0 | 0 | 0.23 | 0.05 |
| HSL | 60º | 0.66% | 0.84% | - |
| HSV(B) | 60º | 0.23% | 0.95% | - |
| XYZ | 76.59 | 85.16 | 58.85 | - |
| YUV | 234.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 186 | 0 | 0 | 0.23 | 0.05 | 60 | 0.66 | 0.84 |
| Hex | F1 | F1 | BA | 0 | 0 | 17 | 5 | 3C | 42 | 54 |
| Octal | 361 | 361 | 272 | 0 | 0 | 27 | 5 | 74 | 102 | 124 |
| Binary | 11110001 | 11110001 | 10111010 | 0 | 0 | 10111 | 101 | 111100 | 1000010 | 1010100 |
Color Harmonies of #F1F1BA
Complementary color
Monochromatic Colors of #F1F1BA
Black with #F1F1BA
Text Example
Text Example
White with #F1F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1BA; }
p { color: rgb(241,241,186); }
H1.HeaderClassName
{
color: #F1F1BA;
}
.AnyTagClassName
{
color: #F1F1BA;
}
</style>
background-color css
<style>
a { background-color: #F1F1BA; }
a { background-color: rgb(241,241,186); }
div.DivClassName
{
background-color: #F1F1BA;
}
.BgClassName
{
background-color: #F1F1BA;
}
</style>
border-color css
<style>
span { border-color: #F1F1BA; }
span { border-color: rgb(241,241,186); }
td.TdClassName
{
border-color: #F1F1BA;
}
.TagClassName
{
border-color: #F1F1BA;
}
</style>