Shades of Chiffon #F2F9BC
Tints of Chiffon #F2F9BC
RGB
CMYK
RGB Variations
Color information
#F2F9BC (or 0xF2F9BC) is known color: Chiffon. HEX triplet: F2, F9 and BC. RGB value is (242,249,188). Sum of RGB (Red+Green+Blue) = 242+249+188=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 249 (97.66% from 255 or 36.67% from 679); Blue value is 188 (73.83% from 255 or 27.69% from 679); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9BC is #0D0643. Grayscale: #F0F0F0. Windows color (decimal): -853572 or 12384754. OLE color: 12384754.
HSL color Cylindrical-coordinate representation of color #F2F9BC: hue angle of 66.89º degrees, saturation: 0.84, 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 #F2F9BC is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 188 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.02 |
| HSL | 66.89º | 0.84% | 0.86% | - |
| HSV(B) | 66.89º | 0.24% | 0.98% | - |
| XYZ | 79.57 | 90.26 | 60.8 | - |
| YUV | 239.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 188 | 0.03 | 0 | 0.24 | 0.02 | 66.89 | 0.84 | 0.86 |
| Hex | F2 | F9 | BC | 3 | 0 | 18 | 2 | 43 | 54 | 56 |
| Octal | 362 | 371 | 274 | 3 | 0 | 30 | 2 | 103 | 124 | 126 |
| Binary | 11110010 | 11111001 | 10111100 | 11 | 0 | 11000 | 10 | 1000011 | 1010100 | 1010110 |
Color Harmonies of #F2F9BC
Complementary color
Monochromatic Colors of #F2F9BC
Black with #F2F9BC
Text Example
Text Example
White with #F2F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F9BC; }
p { color: rgb(242,249,188); }
H1.HeaderClassName
{
color: #F2F9BC;
}
.AnyTagClassName
{
color: #F2F9BC;
}
</style>
background-color css
<style>
a { background-color: #F2F9BC; }
a { background-color: rgb(242,249,188); }
div.DivClassName
{
background-color: #F2F9BC;
}
.BgClassName
{
background-color: #F2F9BC;
}
</style>
border-color css
<style>
span { border-color: #F2F9BC; }
span { border-color: rgb(242,249,188); }
td.TdClassName
{
border-color: #F2F9BC;
}
.TagClassName
{
border-color: #F2F9BC;
}
</style>