Shades of Chiffon #F5FFBE
Tints of Chiffon #F5FFBE
RGB
CMYK
RGB Variations
Color information
#F5FFBE (or 0xF5FFBE) is known color: Chiffon. HEX triplet: F5, FF and BE. RGB value is (245,255,190). Sum of RGB (Red+Green+Blue) = 245+255+190=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 190 (74.61% from 255 or 27.54% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFBE is #0A0041. Grayscale: #F4F4F4. Windows color (decimal): -655426 or 12517365. OLE color: 12517365.
HSL color Cylindrical-coordinate representation of color #F5FFBE: hue angle of 69.23º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5FFBE is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 190 | - |
| CMYK | 0.04 | 0 | 0.25 | 0 |
| HSL | 69.23º | 1% | 0.87% | - |
| HSV(B) | 69.23º | 0.25% | 1% | - |
| XYZ | 82.71 | 94.65 | 62.63 | - |
| YUV | 244.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 190 | 0.04 | 0 | 0.25 | 0 | 69.23 | 1 | 0.87 |
| Hex | F5 | FF | BE | 4 | 0 | 19 | 0 | 45 | 64 | 57 |
| Octal | 365 | 377 | 276 | 4 | 0 | 31 | 0 | 105 | 144 | 127 |
| Binary | 11110101 | 11111111 | 10111110 | 100 | 0 | 11001 | 0 | 1000101 | 1100100 | 1010111 |
Color Harmonies of #F5FFBE
Complementary color
Monochromatic Colors of #F5FFBE
Black with #F5FFBE
Text Example
Text Example
White with #F5FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFBE; }
p { color: rgb(245,255,190); }
H1.HeaderClassName
{
color: #F5FFBE;
}
.AnyTagClassName
{
color: #F5FFBE;
}
</style>
background-color css
<style>
a { background-color: #F5FFBE; }
a { background-color: rgb(245,255,190); }
div.DivClassName
{
background-color: #F5FFBE;
}
.BgClassName
{
background-color: #F5FFBE;
}
</style>
border-color css
<style>
span { border-color: #F5FFBE; }
span { border-color: rgb(245,255,190); }
td.TdClassName
{
border-color: #F5FFBE;
}
.TagClassName
{
border-color: #F5FFBE;
}
</style>