Shades of Chiffon #F2F2B9
Tints of Chiffon #F2F2B9
RGB
CMYK
RGB Variations
Color information
#F2F2B9 (or 0xF2F2B9) is known color: Chiffon. HEX triplet: F2, F2 and B9. RGB value is (242,242,185). Sum of RGB (Red+Green+Blue) = 242+242+185=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 185 (72.66% from 255 or 27.65% from 669); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2B9 is #0D0D46. Grayscale: #EBEBEB. Windows color (decimal): -855367 or 12186354. OLE color: 12186354.
HSL color Cylindrical-coordinate representation of color #F2F2B9: hue angle of 60º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2F2B9 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 185 | - |
| CMYK | 0 | 0 | 0.24 | 0.05 |
| HSL | 60º | 0.69% | 0.84% | - |
| HSV(B) | 60º | 0.24% | 0.95% | - |
| XYZ | 77.13 | 85.88 | 58.41 | - |
| YUV | 235.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 185 | 0 | 0 | 0.24 | 0.05 | 60 | 0.69 | 0.84 |
| Hex | F2 | F2 | B9 | 0 | 0 | 18 | 5 | 3C | 45 | 54 |
| Octal | 362 | 362 | 271 | 0 | 0 | 30 | 5 | 74 | 105 | 124 |
| Binary | 11110010 | 11110010 | 10111001 | 0 | 0 | 11000 | 101 | 111100 | 1000101 | 1010100 |
Color Harmonies of #F2F2B9
Complementary color
Monochromatic Colors of #F2F2B9
Black with #F2F2B9
Text Example
Text Example
White with #F2F2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2B9; }
p { color: rgb(242,242,185); }
H1.HeaderClassName
{
color: #F2F2B9;
}
.AnyTagClassName
{
color: #F2F2B9;
}
</style>
background-color css
<style>
a { background-color: #F2F2B9; }
a { background-color: rgb(242,242,185); }
div.DivClassName
{
background-color: #F2F2B9;
}
.BgClassName
{
background-color: #F2F2B9;
}
</style>
border-color css
<style>
span { border-color: #F2F2B9; }
span { border-color: rgb(242,242,185); }
td.TdClassName
{
border-color: #F2F2B9;
}
.TagClassName
{
border-color: #F2F2B9;
}
</style>