Shades of Chiffon #F0FCBF
Tints of Chiffon #F0FCBF
RGB
CMYK
RGB Variations
Color information
#F0FCBF (or 0xF0FCBF) is known color: Chiffon. HEX triplet: F0, FC and BF. RGB value is (240,252,191). Sum of RGB (Red+Green+Blue) = 240+252+191=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 191 (75% from 255 or 27.96% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCBF is #0F0340. Grayscale: #F1F1F1. Windows color (decimal): -983873 or 12582128. OLE color: 12582128.
HSL color Cylindrical-coordinate representation of color #F0FCBF: hue angle of 71.8º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0FCBF is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 191 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.01 |
| HSL | 71.8º | 0.91% | 0.87% | - |
| HSV(B) | 71.8º | 0.24% | 0.99% | - |
| XYZ | 80.15 | 91.91 | 62.81 | - |
| YUV | 241.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 191 | 0.05 | 0 | 0.24 | 0.01 | 71.8 | 0.91 | 0.87 |
| Hex | F0 | FC | BF | 5 | 0 | 18 | 1 | 48 | 5B | 57 |
| Octal | 360 | 374 | 277 | 5 | 0 | 30 | 1 | 110 | 133 | 127 |
| Binary | 11110000 | 11111100 | 10111111 | 101 | 0 | 11000 | 1 | 1001000 | 1011011 | 1010111 |
Color Harmonies of #F0FCBF
Complementary color
Monochromatic Colors of #F0FCBF
Black with #F0FCBF
Text Example
Text Example
White with #F0FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCBF; }
p { color: rgb(240,252,191); }
H1.HeaderClassName
{
color: #F0FCBF;
}
.AnyTagClassName
{
color: #F0FCBF;
}
</style>
background-color css
<style>
a { background-color: #F0FCBF; }
a { background-color: rgb(240,252,191); }
div.DivClassName
{
background-color: #F0FCBF;
}
.BgClassName
{
background-color: #F0FCBF;
}
</style>
border-color css
<style>
span { border-color: #F0FCBF; }
span { border-color: rgb(240,252,191); }
td.TdClassName
{
border-color: #F0FCBF;
}
.TagClassName
{
border-color: #F0FCBF;
}
</style>