Shades of Chiffon #F2FFBF
Tints of Chiffon #F2FFBF
RGB
CMYK
RGB Variations
Color information
#F2FFBF (or 0xF2FFBF) is known color: Chiffon. HEX triplet: F2, FF and BF. RGB value is (242,255,191). Sum of RGB (Red+Green+Blue) = 242+255+191=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 191 (75% from 255 or 27.76% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFBF is #0D0040. Grayscale: #F4F4F4. Windows color (decimal): -852033 or 12582898. OLE color: 12582898.
HSL color Cylindrical-coordinate representation of color #F2FFBF: hue angle of 72.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2FFBF is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 191 | - |
| CMYK | 0.05 | 0 | 0.25 | 0 |
| HSL | 72.19º | 1% | 0.87% | - |
| HSV(B) | 72.19º | 0.25% | 1% | - |
| XYZ | 81.78 | 94.16 | 63.15 | - |
| YUV | 243.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 191 | 0.05 | 0 | 0.25 | 0 | 72.19 | 1 | 0.87 |
| Hex | F2 | FF | BF | 5 | 0 | 19 | 0 | 48 | 64 | 57 |
| Octal | 362 | 377 | 277 | 5 | 0 | 31 | 0 | 110 | 144 | 127 |
| Binary | 11110010 | 11111111 | 10111111 | 101 | 0 | 11001 | 0 | 1001000 | 1100100 | 1010111 |
Color Harmonies of #F2FFBF
Complementary color
Monochromatic Colors of #F2FFBF
Black with #F2FFBF
Text Example
Text Example
White with #F2FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFBF; }
p { color: rgb(242,255,191); }
H1.HeaderClassName
{
color: #F2FFBF;
}
.AnyTagClassName
{
color: #F2FFBF;
}
</style>
background-color css
<style>
a { background-color: #F2FFBF; }
a { background-color: rgb(242,255,191); }
div.DivClassName
{
background-color: #F2FFBF;
}
.BgClassName
{
background-color: #F2FFBF;
}
</style>
border-color css
<style>
span { border-color: #F2FFBF; }
span { border-color: rgb(242,255,191); }
td.TdClassName
{
border-color: #F2FFBF;
}
.TagClassName
{
border-color: #F2FFBF;
}
</style>