Shades of Chiffon #F2FFBB
Tints of Chiffon #F2FFBB
RGB
CMYK
RGB Variations
Color information
#F2FFBB (or 0xF2FFBB) is known color: Chiffon. HEX triplet: F2, FF and BB. RGB value is (242,255,187). Sum of RGB (Red+Green+Blue) = 242+255+187=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 187 (73.44% from 255 or 27.34% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFBB is #0D0044. Grayscale: #F3F3F3. Windows color (decimal): -852037 or 12320754. OLE color: 12320754.
HSL color Cylindrical-coordinate representation of color #F2FFBB: hue angle of 71.47º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2FFBB is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 187 | - |
| CMYK | 0.05 | 0 | 0.27 | 0 |
| HSL | 71.47º | 1% | 0.87% | - |
| HSV(B) | 71.47º | 0.27% | 1% | - |
| XYZ | 81.35 | 93.99 | 60.87 | - |
| YUV | 243.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 187 | 0.05 | 0 | 0.27 | 0 | 71.47 | 1 | 0.87 |
| Hex | F2 | FF | BB | 5 | 0 | 1B | 0 | 47 | 64 | 57 |
| Octal | 362 | 377 | 273 | 5 | 0 | 33 | 0 | 107 | 144 | 127 |
| Binary | 11110010 | 11111111 | 10111011 | 101 | 0 | 11011 | 0 | 1000111 | 1100100 | 1010111 |
Color Harmonies of #F2FFBB
Complementary color
Monochromatic Colors of #F2FFBB
Black with #F2FFBB
Text Example
Text Example
White with #F2FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFBB; }
p { color: rgb(242,255,187); }
H1.HeaderClassName
{
color: #F2FFBB;
}
.AnyTagClassName
{
color: #F2FFBB;
}
</style>
background-color css
<style>
a { background-color: #F2FFBB; }
a { background-color: rgb(242,255,187); }
div.DivClassName
{
background-color: #F2FFBB;
}
.BgClassName
{
background-color: #F2FFBB;
}
</style>
border-color css
<style>
span { border-color: #F2FFBB; }
span { border-color: rgb(242,255,187); }
td.TdClassName
{
border-color: #F2FFBB;
}
.TagClassName
{
border-color: #F2FFBB;
}
</style>