Shades of Chiffon #F7FCC0
Tints of Chiffon #F7FCC0
RGB
CMYK
RGB Variations
Color information
#F7FCC0 (or 0xF7FCC0) is known color: Chiffon. HEX triplet: F7, FC and C0. RGB value is (247,252,192). Sum of RGB (Red+Green+Blue) = 247+252+192=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 192 (75.39% from 255 or 27.79% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FCC0 is #08033F. Grayscale: #F3F3F3. Windows color (decimal): -525120 or 12647671. OLE color: 12647671.
HSL color Cylindrical-coordinate representation of color #F7FCC0: hue angle of 65º 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 #F7FCC0 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 252 | 192 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.01 |
| HSL | 65º | 0.91% | 0.87% | - |
| HSV(B) | 65º | 0.24% | 0.99% | - |
| XYZ | 82.68 | 93.2 | 63.5 | - |
| YUV | 243.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 252 | 192 | 0.02 | 0 | 0.24 | 0.01 | 65 | 0.91 | 0.87 |
| Hex | F7 | FC | C0 | 2 | 0 | 18 | 1 | 41 | 5B | 57 |
| Octal | 367 | 374 | 300 | 2 | 0 | 30 | 1 | 101 | 133 | 127 |
| Binary | 11110111 | 11111100 | 11000000 | 10 | 0 | 11000 | 1 | 1000001 | 1011011 | 1010111 |
Color Harmonies of #F7FCC0
Complementary color
Monochromatic Colors of #F7FCC0
Black with #F7FCC0
Text Example
Text Example
White with #F7FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FCC0; }
p { color: rgb(247,252,192); }
H1.HeaderClassName
{
color: #F7FCC0;
}
.AnyTagClassName
{
color: #F7FCC0;
}
</style>
background-color css
<style>
a { background-color: #F7FCC0; }
a { background-color: rgb(247,252,192); }
div.DivClassName
{
background-color: #F7FCC0;
}
.BgClassName
{
background-color: #F7FCC0;
}
</style>
border-color css
<style>
span { border-color: #F7FCC0; }
span { border-color: rgb(247,252,192); }
td.TdClassName
{
border-color: #F7FCC0;
}
.TagClassName
{
border-color: #F7FCC0;
}
</style>