Shades of Chiffon #F2FCBB
Tints of Chiffon #F2FCBB
RGB
CMYK
RGB Variations
Color information
#F2FCBB (or 0xF2FCBB) is known color: Chiffon. HEX triplet: F2, FC and BB. RGB value is (242,252,187). Sum of RGB (Red+Green+Blue) = 242+252+187=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCBB is #0D0344. Grayscale: #F1F1F1. Windows color (decimal): -852805 or 12319986. OLE color: 12319986.
HSL color Cylindrical-coordinate representation of color #F2FCBB: hue angle of 69.23º 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 #F2FCBB is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 187 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.01 |
| HSL | 69.23º | 0.92% | 0.86% | - |
| HSV(B) | 69.23º | 0.26% | 0.99% | - |
| XYZ | 80.4 | 92.09 | 60.55 | - |
| YUV | 241.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 187 | 0.04 | 0 | 0.26 | 0.01 | 69.23 | 0.92 | 0.86 |
| Hex | F2 | FC | BB | 4 | 0 | 1A | 1 | 45 | 5C | 56 |
| Octal | 362 | 374 | 273 | 4 | 0 | 32 | 1 | 105 | 134 | 126 |
| Binary | 11110010 | 11111100 | 10111011 | 100 | 0 | 11010 | 1 | 1000101 | 1011100 | 1010110 |
Color Harmonies of #F2FCBB
Complementary color
Monochromatic Colors of #F2FCBB
Black with #F2FCBB
Text Example
Text Example
White with #F2FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCBB; }
p { color: rgb(242,252,187); }
H1.HeaderClassName
{
color: #F2FCBB;
}
.AnyTagClassName
{
color: #F2FCBB;
}
</style>
background-color css
<style>
a { background-color: #F2FCBB; }
a { background-color: rgb(242,252,187); }
div.DivClassName
{
background-color: #F2FCBB;
}
.BgClassName
{
background-color: #F2FCBB;
}
</style>
border-color css
<style>
span { border-color: #F2FCBB; }
span { border-color: rgb(242,252,187); }
td.TdClassName
{
border-color: #F2FCBB;
}
.TagClassName
{
border-color: #F2FCBB;
}
</style>