Shades of Chiffon #F2FEC1
Tints of Chiffon #F2FEC1
RGB
CMYK
RGB Variations
Color information
#F2FEC1 (or 0xF2FEC1) is known color: Chiffon. HEX triplet: F2, FE and C1. RGB value is (242,254,193). Sum of RGB (Red+Green+Blue) = 242+254+193=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 193 (75.78% from 255 or 28.01% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC1 is #0D013E. Grayscale: #F3F3F3. Windows color (decimal): -852287 or 12713714. OLE color: 12713714.
HSL color Cylindrical-coordinate representation of color #F2FEC1: hue angle of 71.8º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2FEC1 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 193 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.00 |
| HSL | 71.8º | 0.97% | 0.88% | - |
| HSV(B) | 71.8º | 0.24% | 1% | - |
| XYZ | 81.69 | 93.61 | 64.22 | - |
| YUV | 243.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 193 | 0.05 | 0 | 0.24 | 0.00 | 71.8 | 0.97 | 0.88 |
| Hex | F2 | FE | C1 | 5 | 0 | 18 | 0 | 48 | 61 | 58 |
| Octal | 362 | 376 | 301 | 5 | 0 | 30 | 0 | 110 | 141 | 130 |
| Binary | 11110010 | 11111110 | 11000001 | 101 | 0 | 11000 | 0 | 1001000 | 1100001 | 1011000 |
Color Harmonies of #F2FEC1
Complementary color
Monochromatic Colors of #F2FEC1
Black with #F2FEC1
Text Example
Text Example
White with #F2FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEC1; }
p { color: rgb(242,254,193); }
H1.HeaderClassName
{
color: #F2FEC1;
}
.AnyTagClassName
{
color: #F2FEC1;
}
</style>
background-color css
<style>
a { background-color: #F2FEC1; }
a { background-color: rgb(242,254,193); }
div.DivClassName
{
background-color: #F2FEC1;
}
.BgClassName
{
background-color: #F2FEC1;
}
</style>
border-color css
<style>
span { border-color: #F2FEC1; }
span { border-color: rgb(242,254,193); }
td.TdClassName
{
border-color: #F2FEC1;
}
.TagClassName
{
border-color: #F2FEC1;
}
</style>