Shades of Chiffon #F2F6B2
Tints of Chiffon #F2F6B2
RGB
CMYK
RGB Variations
Color information
#F2F6B2 (or 0xF2F6B2) is known color: Chiffon. HEX triplet: F2, F6 and B2. RGB value is (242,246,178). Sum of RGB (Red+Green+Blue) = 242+246+178=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 178 (69.92% from 255 or 26.73% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F6B2 is #0D094D. Grayscale: #EDEDED. Windows color (decimal): -854350 or 11728626. OLE color: 11728626.
HSL color Cylindrical-coordinate representation of color #F2F6B2: hue angle of 63.53º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2F6B2 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 178 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.04 |
| HSL | 63.53º | 0.79% | 0.83% | - |
| HSV(B) | 63.53º | 0.28% | 0.96% | - |
| XYZ | 77.61 | 88 | 55.02 | - |
| YUV | 237.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 178 | 0.02 | 0 | 0.28 | 0.04 | 63.53 | 0.79 | 0.83 |
| Hex | F2 | F6 | B2 | 2 | 0 | 1C | 4 | 40 | 4F | 53 |
| Octal | 362 | 366 | 262 | 2 | 0 | 34 | 4 | 100 | 117 | 123 |
| Binary | 11110010 | 11110110 | 10110010 | 10 | 0 | 11100 | 100 | 1000000 | 1001111 | 1010011 |
Color Harmonies of #F2F6B2
Complementary color
Monochromatic Colors of #F2F6B2
Black with #F2F6B2
Text Example
Text Example
White with #F2F6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F6B2; }
p { color: rgb(242,246,178); }
H1.HeaderClassName
{
color: #F2F6B2;
}
.AnyTagClassName
{
color: #F2F6B2;
}
</style>
background-color css
<style>
a { background-color: #F2F6B2; }
a { background-color: rgb(242,246,178); }
div.DivClassName
{
background-color: #F2F6B2;
}
.BgClassName
{
background-color: #F2F6B2;
}
</style>
border-color css
<style>
span { border-color: #F2F6B2; }
span { border-color: rgb(242,246,178); }
td.TdClassName
{
border-color: #F2F6B2;
}
.TagClassName
{
border-color: #F2F6B2;
}
</style>