Shades of Chiffon #F2F7BA
Tints of Chiffon #F2F7BA
RGB
CMYK
RGB Variations
Color information
#F2F7BA (or 0xF2F7BA) is known color: Chiffon. HEX triplet: F2, F7 and BA. RGB value is (242,247,186). Sum of RGB (Red+Green+Blue) = 242+247+186=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7BA is #0D0845. Grayscale: #EEEEEE. Windows color (decimal): -854086 or 12253170. OLE color: 12253170.
HSL color Cylindrical-coordinate representation of color #F2F7BA: hue angle of 64.92º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2F7BA is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 186 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.03 |
| HSL | 64.92º | 0.79% | 0.85% | - |
| HSV(B) | 64.92º | 0.25% | 0.97% | - |
| XYZ | 78.74 | 88.94 | 59.47 | - |
| YUV | 238.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 186 | 0.02 | 0 | 0.25 | 0.03 | 64.92 | 0.79 | 0.85 |
| Hex | F2 | F7 | BA | 2 | 0 | 19 | 3 | 41 | 4F | 55 |
| Octal | 362 | 367 | 272 | 2 | 0 | 31 | 3 | 101 | 117 | 125 |
| Binary | 11110010 | 11110111 | 10111010 | 10 | 0 | 11001 | 11 | 1000001 | 1001111 | 1010101 |
Color Harmonies of #F2F7BA
Complementary color
Monochromatic Colors of #F2F7BA
Black with #F2F7BA
Text Example
Text Example
White with #F2F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F7BA; }
p { color: rgb(242,247,186); }
H1.HeaderClassName
{
color: #F2F7BA;
}
.AnyTagClassName
{
color: #F2F7BA;
}
</style>
background-color css
<style>
a { background-color: #F2F7BA; }
a { background-color: rgb(242,247,186); }
div.DivClassName
{
background-color: #F2F7BA;
}
.BgClassName
{
background-color: #F2F7BA;
}
</style>
border-color css
<style>
span { border-color: #F2F7BA; }
span { border-color: rgb(242,247,186); }
td.TdClassName
{
border-color: #F2F7BA;
}
.TagClassName
{
border-color: #F2F7BA;
}
</style>