Shades of Chiffon #F2F2B8
Tints of Chiffon #F2F2B8
RGB
CMYK
RGB Variations
Color information
#F2F2B8 (or 0xF2F2B8) is known color: Chiffon. HEX triplet: F2, F2 and B8. RGB value is (242,242,184). Sum of RGB (Red+Green+Blue) = 242+242+184=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 184 (72.27% from 255 or 27.54% from 668); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2B8 is #0D0D47. Grayscale: #EBEBEB. Windows color (decimal): -855368 or 12120818. OLE color: 12120818.
HSL color Cylindrical-coordinate representation of color #F2F2B8: hue angle of 60º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2F2B8 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 184 | - |
| CMYK | 0 | 0 | 0.24 | 0.05 |
| HSL | 60º | 0.69% | 0.84% | - |
| HSV(B) | 60º | 0.24% | 0.95% | - |
| XYZ | 77.02 | 85.84 | 57.86 | - |
| YUV | 235.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 184 | 0 | 0 | 0.24 | 0.05 | 60 | 0.69 | 0.84 |
| Hex | F2 | F2 | B8 | 0 | 0 | 18 | 5 | 3C | 45 | 54 |
| Octal | 362 | 362 | 270 | 0 | 0 | 30 | 5 | 74 | 105 | 124 |
| Binary | 11110010 | 11110010 | 10111000 | 0 | 0 | 11000 | 101 | 111100 | 1000101 | 1010100 |
Color Harmonies of #F2F2B8
Complementary color
Monochromatic Colors of #F2F2B8
Black with #F2F2B8
Text Example
Text Example
White with #F2F2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2B8; }
p { color: rgb(242,242,184); }
H1.HeaderClassName
{
color: #F2F2B8;
}
.AnyTagClassName
{
color: #F2F2B8;
}
</style>
background-color css
<style>
a { background-color: #F2F2B8; }
a { background-color: rgb(242,242,184); }
div.DivClassName
{
background-color: #F2F2B8;
}
.BgClassName
{
background-color: #F2F2B8;
}
</style>
border-color css
<style>
span { border-color: #F2F2B8; }
span { border-color: rgb(242,242,184); }
td.TdClassName
{
border-color: #F2F2B8;
}
.TagClassName
{
border-color: #F2F2B8;
}
</style>