Shades of Chiffon #F2FCBF
Tints of Chiffon #F2FCBF
RGB
CMYK
RGB Variations
Color information
#F2FCBF (or 0xF2FCBF) is known color: Chiffon. HEX triplet: F2, FC and BF. RGB value is (242,252,191). Sum of RGB (Red+Green+Blue) = 242+252+191=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 191 (75% from 255 or 27.88% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCBF is #0D0340. Grayscale: #F2F2F2. Windows color (decimal): -852801 or 12582130. OLE color: 12582130.
HSL color Cylindrical-coordinate representation of color #F2FCBF: hue angle of 69.84º 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 #F2FCBF is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 191 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.01 |
| HSL | 69.84º | 0.91% | 0.87% | - |
| HSV(B) | 69.84º | 0.24% | 0.99% | - |
| XYZ | 80.83 | 92.26 | 62.84 | - |
| YUV | 242.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 191 | 0.04 | 0 | 0.24 | 0.01 | 69.84 | 0.91 | 0.87 |
| Hex | F2 | FC | BF | 4 | 0 | 18 | 1 | 46 | 5B | 57 |
| Octal | 362 | 374 | 277 | 4 | 0 | 30 | 1 | 106 | 133 | 127 |
| Binary | 11110010 | 11111100 | 10111111 | 100 | 0 | 11000 | 1 | 1000110 | 1011011 | 1010111 |
Color Harmonies of #F2FCBF
Complementary color
Monochromatic Colors of #F2FCBF
Black with #F2FCBF
Text Example
Text Example
White with #F2FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCBF; }
p { color: rgb(242,252,191); }
H1.HeaderClassName
{
color: #F2FCBF;
}
.AnyTagClassName
{
color: #F2FCBF;
}
</style>
background-color css
<style>
a { background-color: #F2FCBF; }
a { background-color: rgb(242,252,191); }
div.DivClassName
{
background-color: #F2FCBF;
}
.BgClassName
{
background-color: #F2FCBF;
}
</style>
border-color css
<style>
span { border-color: #F2FCBF; }
span { border-color: rgb(242,252,191); }
td.TdClassName
{
border-color: #F2FCBF;
}
.TagClassName
{
border-color: #F2FCBF;
}
</style>