Shades of Chiffon #F1F2B2
Tints of Chiffon #F1F2B2
RGB
CMYK
RGB Variations
Color information
#F1F2B2 (or 0xF1F2B2) is known color: Chiffon. HEX triplet: F1, F2 and B2. RGB value is (241,242,178). Sum of RGB (Red+Green+Blue) = 241+242+178=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 178 (69.92% from 255 or 26.93% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F2B2 is #0E0D4D. Grayscale: #EAEAEA. Windows color (decimal): -920910 or 11727601. OLE color: 11727601.
HSL color Cylindrical-coordinate representation of color #F1F2B2: hue angle of 60.94º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1F2B2 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 178 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.05 |
| HSL | 60.94º | 0.71% | 0.82% | - |
| HSV(B) | 60.94º | 0.26% | 0.95% | - |
| XYZ | 76.06 | 85.42 | 54.6 | - |
| YUV | 234.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 178 | 0.00 | 0 | 0.26 | 0.05 | 60.94 | 0.71 | 0.82 |
| Hex | F1 | F2 | B2 | 0 | 0 | 1A | 5 | 3D | 47 | 52 |
| Octal | 361 | 362 | 262 | 0 | 0 | 32 | 5 | 75 | 107 | 122 |
| Binary | 11110001 | 11110010 | 10110010 | 0 | 0 | 11010 | 101 | 111101 | 1000111 | 1010010 |
Color Harmonies of #F1F2B2
Complementary color
Monochromatic Colors of #F1F2B2
Black with #F1F2B2
Text Example
Text Example
White with #F1F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2B2; }
p { color: rgb(241,242,178); }
H1.HeaderClassName
{
color: #F1F2B2;
}
.AnyTagClassName
{
color: #F1F2B2;
}
</style>
background-color css
<style>
a { background-color: #F1F2B2; }
a { background-color: rgb(241,242,178); }
div.DivClassName
{
background-color: #F1F2B2;
}
.BgClassName
{
background-color: #F1F2B2;
}
</style>
border-color css
<style>
span { border-color: #F1F2B2; }
span { border-color: rgb(241,242,178); }
td.TdClassName
{
border-color: #F1F2B2;
}
.TagClassName
{
border-color: #F1F2B2;
}
</style>