Shades of Chiffon #F2FEBC
Tints of Chiffon #F2FEBC
RGB
CMYK
RGB Variations
Color information
#F2FEBC (or 0xF2FEBC) is known color: Chiffon. HEX triplet: F2, FE and BC. RGB value is (242,254,188). Sum of RGB (Red+Green+Blue) = 242+254+188=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 188 (73.83% from 255 or 27.49% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEBC is #0D0143. Grayscale: #F3F3F3. Windows color (decimal): -852292 or 12386034. OLE color: 12386034.
HSL color Cylindrical-coordinate representation of color #F2FEBC: hue angle of 70.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2FEBC is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 188 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.00 |
| HSL | 70.91º | 0.97% | 0.87% | - |
| HSV(B) | 70.91º | 0.26% | 1% | - |
| XYZ | 81.14 | 93.39 | 61.33 | - |
| YUV | 242.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 188 | 0.05 | 0 | 0.26 | 0.00 | 70.91 | 0.97 | 0.87 |
| Hex | F2 | FE | BC | 5 | 0 | 1A | 0 | 47 | 61 | 57 |
| Octal | 362 | 376 | 274 | 5 | 0 | 32 | 0 | 107 | 141 | 127 |
| Binary | 11110010 | 11111110 | 10111100 | 101 | 0 | 11010 | 0 | 1000111 | 1100001 | 1010111 |
Color Harmonies of #F2FEBC
Complementary color
Monochromatic Colors of #F2FEBC
Black with #F2FEBC
Text Example
Text Example
White with #F2FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEBC; }
p { color: rgb(242,254,188); }
H1.HeaderClassName
{
color: #F2FEBC;
}
.AnyTagClassName
{
color: #F2FEBC;
}
</style>
background-color css
<style>
a { background-color: #F2FEBC; }
a { background-color: rgb(242,254,188); }
div.DivClassName
{
background-color: #F2FEBC;
}
.BgClassName
{
background-color: #F2FEBC;
}
</style>
border-color css
<style>
span { border-color: #F2FEBC; }
span { border-color: rgb(242,254,188); }
td.TdClassName
{
border-color: #F2FEBC;
}
.TagClassName
{
border-color: #F2FEBC;
}
</style>