Shades of Chiffon #F5F8BA
Tints of Chiffon #F5F8BA
RGB
CMYK
RGB Variations
Color information
#F5F8BA (or 0xF5F8BA) is known color: Chiffon. HEX triplet: F5, F8 and BA. RGB value is (245,248,186). Sum of RGB (Red+Green+Blue) = 245+248+186=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8BA is #0A0745. Grayscale: #F0F0F0. Windows color (decimal): -657222 or 12253429. OLE color: 12253429.
HSL color Cylindrical-coordinate representation of color #F5F8BA: hue angle of 62.9º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5F8BA is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 186 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.03 |
| HSL | 62.9º | 0.82% | 0.85% | - |
| HSV(B) | 62.9º | 0.25% | 0.97% | - |
| XYZ | 80.09 | 90.09 | 59.62 | - |
| YUV | 240.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 186 | 0.01 | 0 | 0.25 | 0.03 | 62.9 | 0.82 | 0.85 |
| Hex | F5 | F8 | BA | 1 | 0 | 19 | 3 | 3F | 52 | 55 |
| Octal | 365 | 370 | 272 | 1 | 0 | 31 | 3 | 77 | 122 | 125 |
| Binary | 11110101 | 11111000 | 10111010 | 1 | 0 | 11001 | 11 | 111111 | 1010010 | 1010101 |
Color Harmonies of #F5F8BA
Complementary color
Monochromatic Colors of #F5F8BA
Black with #F5F8BA
Text Example
Text Example
White with #F5F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F8BA; }
p { color: rgb(245,248,186); }
H1.HeaderClassName
{
color: #F5F8BA;
}
.AnyTagClassName
{
color: #F5F8BA;
}
</style>
background-color css
<style>
a { background-color: #F5F8BA; }
a { background-color: rgb(245,248,186); }
div.DivClassName
{
background-color: #F5F8BA;
}
.BgClassName
{
background-color: #F5F8BA;
}
</style>
border-color css
<style>
span { border-color: #F5F8BA; }
span { border-color: rgb(245,248,186); }
td.TdClassName
{
border-color: #F5F8BA;
}
.TagClassName
{
border-color: #F5F8BA;
}
</style>