Shades of Chiffon #F0FCBA
Tints of Chiffon #F0FCBA
RGB
CMYK
RGB Variations
Color information
#F0FCBA (or 0xF0FCBA) is known color: Chiffon. HEX triplet: F0, FC and BA. RGB value is (240,252,186). Sum of RGB (Red+Green+Blue) = 240+252+186=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCBA is #0F0345. Grayscale: #F1F1F1. Windows color (decimal): -983878 or 12254448. OLE color: 12254448.
HSL color Cylindrical-coordinate representation of color #F0FCBA: hue angle of 70.91º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0FCBA is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 186 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.01 |
| HSL | 70.91º | 0.92% | 0.86% | - |
| HSV(B) | 70.91º | 0.26% | 0.99% | - |
| XYZ | 79.61 | 91.69 | 59.96 | - |
| YUV | 240.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 186 | 0.05 | 0 | 0.26 | 0.01 | 70.91 | 0.92 | 0.86 |
| Hex | F0 | FC | BA | 5 | 0 | 1A | 1 | 47 | 5C | 56 |
| Octal | 360 | 374 | 272 | 5 | 0 | 32 | 1 | 107 | 134 | 126 |
| Binary | 11110000 | 11111100 | 10111010 | 101 | 0 | 11010 | 1 | 1000111 | 1011100 | 1010110 |
Color Harmonies of #F0FCBA
Complementary color
Monochromatic Colors of #F0FCBA
Black with #F0FCBA
Text Example
Text Example
White with #F0FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCBA; }
p { color: rgb(240,252,186); }
H1.HeaderClassName
{
color: #F0FCBA;
}
.AnyTagClassName
{
color: #F0FCBA;
}
</style>
background-color css
<style>
a { background-color: #F0FCBA; }
a { background-color: rgb(240,252,186); }
div.DivClassName
{
background-color: #F0FCBA;
}
.BgClassName
{
background-color: #F0FCBA;
}
</style>
border-color css
<style>
span { border-color: #F0FCBA; }
span { border-color: rgb(240,252,186); }
td.TdClassName
{
border-color: #F0FCBA;
}
.TagClassName
{
border-color: #F0FCBA;
}
</style>