Shades of Chiffon #F0FDBF
Tints of Chiffon #F0FDBF
RGB
CMYK
RGB Variations
Color information
#F0FDBF (or 0xF0FDBF) is known color: Chiffon. HEX triplet: F0, FD and BF. RGB value is (240,253,191). Sum of RGB (Red+Green+Blue) = 240+253+191=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 191 (75% from 255 or 27.92% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDBF is #0F0240. Grayscale: #F2F2F2. Windows color (decimal): -983617 or 12582384. OLE color: 12582384.
HSL color Cylindrical-coordinate representation of color #F0FDBF: hue angle of 72.58º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0FDBF is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 191 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.01 |
| HSL | 72.58º | 0.94% | 0.87% | - |
| HSV(B) | 72.58º | 0.25% | 0.99% | - |
| XYZ | 80.46 | 92.54 | 62.91 | - |
| YUV | 242.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 191 | 0.05 | 0 | 0.25 | 0.01 | 72.58 | 0.94 | 0.87 |
| Hex | F0 | FD | BF | 5 | 0 | 19 | 1 | 49 | 5E | 57 |
| Octal | 360 | 375 | 277 | 5 | 0 | 31 | 1 | 111 | 136 | 127 |
| Binary | 11110000 | 11111101 | 10111111 | 101 | 0 | 11001 | 1 | 1001001 | 1011110 | 1010111 |
Color Harmonies of #F0FDBF
Complementary color
Monochromatic Colors of #F0FDBF
Black with #F0FDBF
Text Example
Text Example
White with #F0FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDBF; }
p { color: rgb(240,253,191); }
H1.HeaderClassName
{
color: #F0FDBF;
}
.AnyTagClassName
{
color: #F0FDBF;
}
</style>
background-color css
<style>
a { background-color: #F0FDBF; }
a { background-color: rgb(240,253,191); }
div.DivClassName
{
background-color: #F0FDBF;
}
.BgClassName
{
background-color: #F0FDBF;
}
</style>
border-color css
<style>
span { border-color: #F0FDBF; }
span { border-color: rgb(240,253,191); }
td.TdClassName
{
border-color: #F0FDBF;
}
.TagClassName
{
border-color: #F0FDBF;
}
</style>