Shades of Chiffon #F2F9BE
Tints of Chiffon #F2F9BE
RGB
CMYK
RGB Variations
Color information
#F2F9BE (or 0xF2F9BE) is known color: Chiffon. HEX triplet: F2, F9 and BE. RGB value is (242,249,190). Sum of RGB (Red+Green+Blue) = 242+249+190=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 190 (74.61% from 255 or 27.90% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9BE is #0D0641. Grayscale: #F0F0F0. Windows color (decimal): -853570 or 12515826. OLE color: 12515826.
HSL color Cylindrical-coordinate representation of color #F2F9BE: hue angle of 67.12º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2F9BE is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 190 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.02 |
| HSL | 67.12º | 0.83% | 0.86% | - |
| HSV(B) | 67.12º | 0.24% | 0.98% | - |
| XYZ | 79.79 | 90.35 | 61.95 | - |
| YUV | 240.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 190 | 0.03 | 0 | 0.24 | 0.02 | 67.12 | 0.83 | 0.86 |
| Hex | F2 | F9 | BE | 3 | 0 | 18 | 2 | 43 | 53 | 56 |
| Octal | 362 | 371 | 276 | 3 | 0 | 30 | 2 | 103 | 123 | 126 |
| Binary | 11110010 | 11111001 | 10111110 | 11 | 0 | 11000 | 10 | 1000011 | 1010011 | 1010110 |
Color Harmonies of #F2F9BE
Complementary color
Monochromatic Colors of #F2F9BE
Black with #F2F9BE
Text Example
Text Example
White with #F2F9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F9BE; }
p { color: rgb(242,249,190); }
H1.HeaderClassName
{
color: #F2F9BE;
}
.AnyTagClassName
{
color: #F2F9BE;
}
</style>
background-color css
<style>
a { background-color: #F2F9BE; }
a { background-color: rgb(242,249,190); }
div.DivClassName
{
background-color: #F2F9BE;
}
.BgClassName
{
background-color: #F2F9BE;
}
</style>
border-color css
<style>
span { border-color: #F2F9BE; }
span { border-color: rgb(242,249,190); }
td.TdClassName
{
border-color: #F2F9BE;
}
.TagClassName
{
border-color: #F2F9BE;
}
</style>