Shades of Chiffon #F5FEC0
Tints of Chiffon #F5FEC0
RGB
CMYK
RGB Variations
Color information
#F5FEC0 (or 0xF5FEC0) is known color: Chiffon. HEX triplet: F5, FE and C0. RGB value is (245,254,192). Sum of RGB (Red+Green+Blue) = 245+254+192=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 192 (75.39% from 255 or 27.79% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEC0 is #0A013F. Grayscale: #F4F4F4. Windows color (decimal): -655680 or 12648181. OLE color: 12648181.
HSL color Cylindrical-coordinate representation of color #F5FEC0: hue angle of 68.71º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5FEC0 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 192 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.00 |
| HSL | 68.71º | 0.97% | 0.87% | - |
| HSV(B) | 68.71º | 0.24% | 1% | - |
| XYZ | 82.61 | 94.1 | 63.68 | - |
| YUV | 244.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 192 | 0.04 | 0 | 0.24 | 0.00 | 68.71 | 0.97 | 0.87 |
| Hex | F5 | FE | C0 | 4 | 0 | 18 | 0 | 45 | 61 | 57 |
| Octal | 365 | 376 | 300 | 4 | 0 | 30 | 0 | 105 | 141 | 127 |
| Binary | 11110101 | 11111110 | 11000000 | 100 | 0 | 11000 | 0 | 1000101 | 1100001 | 1010111 |
Color Harmonies of #F5FEC0
Complementary color
Monochromatic Colors of #F5FEC0
Black with #F5FEC0
Text Example
Text Example
White with #F5FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEC0; }
p { color: rgb(245,254,192); }
H1.HeaderClassName
{
color: #F5FEC0;
}
.AnyTagClassName
{
color: #F5FEC0;
}
</style>
background-color css
<style>
a { background-color: #F5FEC0; }
a { background-color: rgb(245,254,192); }
div.DivClassName
{
background-color: #F5FEC0;
}
.BgClassName
{
background-color: #F5FEC0;
}
</style>
border-color css
<style>
span { border-color: #F5FEC0; }
span { border-color: rgb(245,254,192); }
td.TdClassName
{
border-color: #F5FEC0;
}
.TagClassName
{
border-color: #F5FEC0;
}
</style>