Shades of Chiffon #F5FEBF
Tints of Chiffon #F5FEBF
RGB
CMYK
RGB Variations
Color information
#F5FEBF (or 0xF5FEBF) is known color: Chiffon. HEX triplet: F5, FE and BF. RGB value is (245,254,191). Sum of RGB (Red+Green+Blue) = 245+254+191=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 191 (75% from 255 or 27.68% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEBF is #0A0140. Grayscale: #F4F4F4. Windows color (decimal): -655681 or 12582645. OLE color: 12582645.
HSL color Cylindrical-coordinate representation of color #F5FEBF: hue angle of 68.57º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5FEBF is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 191 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.00 |
| HSL | 68.57º | 0.97% | 0.87% | - |
| HSV(B) | 68.57º | 0.25% | 1% | - |
| XYZ | 82.5 | 94.06 | 63.1 | - |
| YUV | 244.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 191 | 0.04 | 0 | 0.25 | 0.00 | 68.57 | 0.97 | 0.87 |
| Hex | F5 | FE | BF | 4 | 0 | 19 | 0 | 45 | 61 | 57 |
| Octal | 365 | 376 | 277 | 4 | 0 | 31 | 0 | 105 | 141 | 127 |
| Binary | 11110101 | 11111110 | 10111111 | 100 | 0 | 11001 | 0 | 1000101 | 1100001 | 1010111 |
Color Harmonies of #F5FEBF
Complementary color
Monochromatic Colors of #F5FEBF
Black with #F5FEBF
Text Example
Text Example
White with #F5FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEBF; }
p { color: rgb(245,254,191); }
H1.HeaderClassName
{
color: #F5FEBF;
}
.AnyTagClassName
{
color: #F5FEBF;
}
</style>
background-color css
<style>
a { background-color: #F5FEBF; }
a { background-color: rgb(245,254,191); }
div.DivClassName
{
background-color: #F5FEBF;
}
.BgClassName
{
background-color: #F5FEBF;
}
</style>
border-color css
<style>
span { border-color: #F5FEBF; }
span { border-color: rgb(245,254,191); }
td.TdClassName
{
border-color: #F5FEBF;
}
.TagClassName
{
border-color: #F5FEBF;
}
</style>