Shades of Chiffon #F0FFBB
Tints of Chiffon #F0FFBB
RGB
CMYK
RGB Variations
Color information
#F0FFBB (or 0xF0FFBB) is known color: Chiffon. HEX triplet: F0, FF and BB. RGB value is (240,255,187). Sum of RGB (Red+Green+Blue) = 240+255+187=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFBB is #0F0044. Grayscale: #F3F3F3. Windows color (decimal): -983109 or 12320752. OLE color: 12320752.
HSL color Cylindrical-coordinate representation of color #F0FFBB: hue angle of 73.24º 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 #F0FFBB is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 187 | - |
| CMYK | 0.06 | 0 | 0.27 | 0 |
| HSL | 73.24º | 1% | 0.87% | - |
| HSV(B) | 73.24º | 0.27% | 1% | - |
| XYZ | 80.66 | 93.63 | 60.84 | - |
| YUV | 242.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 187 | 0.06 | 0 | 0.27 | 0 | 73.24 | 1 | 0.87 |
| Hex | F0 | FF | BB | 6 | 0 | 1B | 0 | 49 | 64 | 57 |
| Octal | 360 | 377 | 273 | 6 | 0 | 33 | 0 | 111 | 144 | 127 |
| Binary | 11110000 | 11111111 | 10111011 | 110 | 0 | 11011 | 0 | 1001001 | 1100100 | 1010111 |
Color Harmonies of #F0FFBB
Complementary color
Monochromatic Colors of #F0FFBB
Black with #F0FFBB
Text Example
Text Example
White with #F0FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFBB; }
p { color: rgb(240,255,187); }
H1.HeaderClassName
{
color: #F0FFBB;
}
.AnyTagClassName
{
color: #F0FFBB;
}
</style>
background-color css
<style>
a { background-color: #F0FFBB; }
a { background-color: rgb(240,255,187); }
div.DivClassName
{
background-color: #F0FFBB;
}
.BgClassName
{
background-color: #F0FFBB;
}
</style>
border-color css
<style>
span { border-color: #F0FFBB; }
span { border-color: rgb(240,255,187); }
td.TdClassName
{
border-color: #F0FFBB;
}
.TagClassName
{
border-color: #F0FFBB;
}
</style>