Shades of Chiffon #F0FCBB
Tints of Chiffon #F0FCBB
RGB
CMYK
RGB Variations
Color information
#F0FCBB (or 0xF0FCBB) is known color: Chiffon. HEX triplet: F0, FC and BB. RGB value is (240,252,187). Sum of RGB (Red+Green+Blue) = 240+252+187=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCBB is #0F0344. Grayscale: #F1F1F1. Windows color (decimal): -983877 or 12319984. OLE color: 12319984.
HSL color Cylindrical-coordinate representation of color #F0FCBB: hue angle of 71.08º 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 #F0FCBB is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 187 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.01 |
| HSL | 71.08º | 0.92% | 0.86% | - |
| HSV(B) | 71.08º | 0.26% | 0.99% | - |
| XYZ | 79.72 | 91.73 | 60.52 | - |
| YUV | 241 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 187 | 0.05 | 0 | 0.26 | 0.01 | 71.08 | 0.92 | 0.86 |
| Hex | F0 | FC | BB | 5 | 0 | 1A | 1 | 47 | 5C | 56 |
| Octal | 360 | 374 | 273 | 5 | 0 | 32 | 1 | 107 | 134 | 126 |
| Binary | 11110000 | 11111100 | 10111011 | 101 | 0 | 11010 | 1 | 1000111 | 1011100 | 1010110 |
Color Harmonies of #F0FCBB
Complementary color
Monochromatic Colors of #F0FCBB
Black with #F0FCBB
Text Example
Text Example
White with #F0FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCBB; }
p { color: rgb(240,252,187); }
H1.HeaderClassName
{
color: #F0FCBB;
}
.AnyTagClassName
{
color: #F0FCBB;
}
</style>
background-color css
<style>
a { background-color: #F0FCBB; }
a { background-color: rgb(240,252,187); }
div.DivClassName
{
background-color: #F0FCBB;
}
.BgClassName
{
background-color: #F0FCBB;
}
</style>
border-color css
<style>
span { border-color: #F0FCBB; }
span { border-color: rgb(240,252,187); }
td.TdClassName
{
border-color: #F0FCBB;
}
.TagClassName
{
border-color: #F0FCBB;
}
</style>