Shades of Chiffon #F0FFBA
Tints of Chiffon #F0FFBA
RGB
CMYK
RGB Variations
Color information
#F0FFBA (or 0xF0FFBA) is known color: Chiffon. HEX triplet: F0, FF and BA. RGB value is (240,255,186). Sum of RGB (Red+Green+Blue) = 240+255+186=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFBA is #0F0045. Grayscale: #F2F2F2. Windows color (decimal): -983110 or 12255216. OLE color: 12255216.
HSL color Cylindrical-coordinate representation of color #F0FFBA: hue angle of 73.04º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0FFBA is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 186 | - |
| CMYK | 0.06 | 0 | 0.27 | 0 |
| HSL | 73.04º | 1% | 0.86% | - |
| HSV(B) | 73.04º | 0.27% | 1% | - |
| XYZ | 80.56 | 93.59 | 60.27 | - |
| YUV | 242.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 186 | 0.06 | 0 | 0.27 | 0 | 73.04 | 1 | 0.86 |
| Hex | F0 | FF | BA | 6 | 0 | 1B | 0 | 49 | 64 | 56 |
| Octal | 360 | 377 | 272 | 6 | 0 | 33 | 0 | 111 | 144 | 126 |
| Binary | 11110000 | 11111111 | 10111010 | 110 | 0 | 11011 | 0 | 1001001 | 1100100 | 1010110 |
Color Harmonies of #F0FFBA
Complementary color
Monochromatic Colors of #F0FFBA
Black with #F0FFBA
Text Example
Text Example
White with #F0FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFBA; }
p { color: rgb(240,255,186); }
H1.HeaderClassName
{
color: #F0FFBA;
}
.AnyTagClassName
{
color: #F0FFBA;
}
</style>
background-color css
<style>
a { background-color: #F0FFBA; }
a { background-color: rgb(240,255,186); }
div.DivClassName
{
background-color: #F0FFBA;
}
.BgClassName
{
background-color: #F0FFBA;
}
</style>
border-color css
<style>
span { border-color: #F0FFBA; }
span { border-color: rgb(240,255,186); }
td.TdClassName
{
border-color: #F0FFBA;
}
.TagClassName
{
border-color: #F0FFBA;
}
</style>