Shades of Chiffon #F2F2B7
Tints of Chiffon #F2F2B7
RGB
CMYK
RGB Variations
Color information
#F2F2B7 (or 0xF2F2B7) is known color: Chiffon. HEX triplet: F2, F2 and B7. RGB value is (242,242,183). Sum of RGB (Red+Green+Blue) = 242+242+183=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 183 (71.88% from 255 or 27.44% from 667); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2B7 is #0D0D48. Grayscale: #EBEBEB. Windows color (decimal): -855369 or 12055282. OLE color: 12055282.
HSL color Cylindrical-coordinate representation of color #F2F2B7: hue angle of 60º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2F2B7 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 183 | - |
| CMYK | 0 | 0 | 0.24 | 0.05 |
| HSL | 60º | 0.69% | 0.83% | - |
| HSV(B) | 60º | 0.24% | 0.95% | - |
| XYZ | 76.92 | 85.8 | 57.31 | - |
| YUV | 235.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 183 | 0 | 0 | 0.24 | 0.05 | 60 | 0.69 | 0.83 |
| Hex | F2 | F2 | B7 | 0 | 0 | 18 | 5 | 3C | 45 | 53 |
| Octal | 362 | 362 | 267 | 0 | 0 | 30 | 5 | 74 | 105 | 123 |
| Binary | 11110010 | 11110010 | 10110111 | 0 | 0 | 11000 | 101 | 111100 | 1000101 | 1010011 |
Color Harmonies of #F2F2B7
Complementary color
Monochromatic Colors of #F2F2B7
Black with #F2F2B7
Text Example
Text Example
White with #F2F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2B7; }
p { color: rgb(242,242,183); }
H1.HeaderClassName
{
color: #F2F2B7;
}
.AnyTagClassName
{
color: #F2F2B7;
}
</style>
background-color css
<style>
a { background-color: #F2F2B7; }
a { background-color: rgb(242,242,183); }
div.DivClassName
{
background-color: #F2F2B7;
}
.BgClassName
{
background-color: #F2F2B7;
}
</style>
border-color css
<style>
span { border-color: #F2F2B7; }
span { border-color: rgb(242,242,183); }
td.TdClassName
{
border-color: #F2F2B7;
}
.TagClassName
{
border-color: #F2F2B7;
}
</style>