Shades of Chiffon #F5F8B2
Tints of Chiffon #F5F8B2
RGB
CMYK
RGB Variations
Color information
#F5F8B2 (or 0xF5F8B2) is known color: Chiffon. HEX triplet: F5, F8 and B2. RGB value is (245,248,178). Sum of RGB (Red+Green+Blue) = 245+248+178=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 178 (69.92% from 255 or 26.53% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F8B2 is #0A074D. Grayscale: #EFEFEF. Windows color (decimal): -657230 or 11729141. OLE color: 11729141.
HSL color Cylindrical-coordinate representation of color #F5F8B2: hue angle of 62.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5F8B2 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 178 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.03 |
| HSL | 62.57º | 0.83% | 0.84% | - |
| HSV(B) | 62.57º | 0.28% | 0.97% | - |
| XYZ | 79.26 | 89.76 | 55.27 | - |
| YUV | 239.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 178 | 0.01 | 0 | 0.28 | 0.03 | 62.57 | 0.83 | 0.84 |
| Hex | F5 | F8 | B2 | 1 | 0 | 1C | 3 | 3F | 53 | 54 |
| Octal | 365 | 370 | 262 | 1 | 0 | 34 | 3 | 77 | 123 | 124 |
| Binary | 11110101 | 11111000 | 10110010 | 1 | 0 | 11100 | 11 | 111111 | 1010011 | 1010100 |
Color Harmonies of #F5F8B2
Complementary color
Monochromatic Colors of #F5F8B2
Black with #F5F8B2
Text Example
Text Example
White with #F5F8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F8B2; }
p { color: rgb(245,248,178); }
H1.HeaderClassName
{
color: #F5F8B2;
}
.AnyTagClassName
{
color: #F5F8B2;
}
</style>
background-color css
<style>
a { background-color: #F5F8B2; }
a { background-color: rgb(245,248,178); }
div.DivClassName
{
background-color: #F5F8B2;
}
.BgClassName
{
background-color: #F5F8B2;
}
</style>
border-color css
<style>
span { border-color: #F5F8B2; }
span { border-color: rgb(245,248,178); }
td.TdClassName
{
border-color: #F5F8B2;
}
.TagClassName
{
border-color: #F5F8B2;
}
</style>