Shades of Chiffon #F2F7C1
Tints of Chiffon #F2F7C1
RGB
CMYK
RGB Variations
Color information
#F2F7C1 (or 0xF2F7C1) is known color: Chiffon. HEX triplet: F2, F7 and C1. RGB value is (242,247,193). Sum of RGB (Red+Green+Blue) = 242+247+193=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 193 (75.78% from 255 or 28.30% from 682); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7C1 is #0D083E. Grayscale: #EFEFEF. Windows color (decimal): -854079 or 12711922. OLE color: 12711922.
HSL color Cylindrical-coordinate representation of color #F2F7C1: hue angle of 65.56º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2F7C1 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 193 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.03 |
| HSL | 65.56º | 0.77% | 0.86% | - |
| HSV(B) | 65.56º | 0.22% | 0.97% | - |
| XYZ | 79.5 | 89.25 | 63.49 | - |
| YUV | 239.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 193 | 0.02 | 0 | 0.22 | 0.03 | 65.56 | 0.77 | 0.86 |
| Hex | F2 | F7 | C1 | 2 | 0 | 16 | 3 | 42 | 4D | 56 |
| Octal | 362 | 367 | 301 | 2 | 0 | 26 | 3 | 102 | 115 | 126 |
| Binary | 11110010 | 11110111 | 11000001 | 10 | 0 | 10110 | 11 | 1000010 | 1001101 | 1010110 |
Color Harmonies of #F2F7C1
Complementary color
Monochromatic Colors of #F2F7C1
Black with #F2F7C1
Text Example
Text Example
White with #F2F7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F7C1; }
p { color: rgb(242,247,193); }
H1.HeaderClassName
{
color: #F2F7C1;
}
.AnyTagClassName
{
color: #F2F7C1;
}
</style>
background-color css
<style>
a { background-color: #F2F7C1; }
a { background-color: rgb(242,247,193); }
div.DivClassName
{
background-color: #F2F7C1;
}
.BgClassName
{
background-color: #F2F7C1;
}
</style>
border-color css
<style>
span { border-color: #F2F7C1; }
span { border-color: rgb(242,247,193); }
td.TdClassName
{
border-color: #F2F7C1;
}
.TagClassName
{
border-color: #F2F7C1;
}
</style>