Shades of Chiffon #F2F5BB
Tints of Chiffon #F2F5BB
RGB
CMYK
RGB Variations
Color information
#F2F5BB (or 0xF2F5BB) is known color: Chiffon. HEX triplet: F2, F5 and BB. RGB value is (242,245,187). Sum of RGB (Red+Green+Blue) = 242+245+187=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 187 (73.44% from 255 or 27.74% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F5BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F5BB is #0D0A44. Grayscale: #EDEDED. Windows color (decimal): -854597 or 12318194. OLE color: 12318194.
HSL color Cylindrical-coordinate representation of color #F2F5BB: hue angle of 63.1º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2F5BB is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 245 | 187 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.04 |
| HSL | 63.1º | 0.74% | 0.85% | - |
| HSV(B) | 63.1º | 0.24% | 0.96% | - |
| XYZ | 78.24 | 87.77 | 59.83 | - |
| YUV | 237.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 245 | 187 | 0.01 | 0 | 0.24 | 0.04 | 63.1 | 0.74 | 0.85 |
| Hex | F2 | F5 | BB | 1 | 0 | 18 | 4 | 3F | 4A | 55 |
| Octal | 362 | 365 | 273 | 1 | 0 | 30 | 4 | 77 | 112 | 125 |
| Binary | 11110010 | 11110101 | 10111011 | 1 | 0 | 11000 | 100 | 111111 | 1001010 | 1010101 |
Color Harmonies of #F2F5BB
Complementary color
Monochromatic Colors of #F2F5BB
Black with #F2F5BB
Text Example
Text Example
White with #F2F5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F5BB; }
p { color: rgb(242,245,187); }
H1.HeaderClassName
{
color: #F2F5BB;
}
.AnyTagClassName
{
color: #F2F5BB;
}
</style>
background-color css
<style>
a { background-color: #F2F5BB; }
a { background-color: rgb(242,245,187); }
div.DivClassName
{
background-color: #F2F5BB;
}
.BgClassName
{
background-color: #F2F5BB;
}
</style>
border-color css
<style>
span { border-color: #F2F5BB; }
span { border-color: rgb(242,245,187); }
td.TdClassName
{
border-color: #F2F5BB;
}
.TagClassName
{
border-color: #F2F5BB;
}
</style>