Shades of Chiffon #F1FFBD
Tints of Chiffon #F1FFBD
RGB
CMYK
RGB Variations
Color information
#F1FFBD (or 0xF1FFBD) is known color: Chiffon. HEX triplet: F1, FF and BD. RGB value is (241,255,189). Sum of RGB (Red+Green+Blue) = 241+255+189=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 189 (74.22% from 255 or 27.59% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFBD is #0E0042. Grayscale: #F3F3F3. Windows color (decimal): -917571 or 12451825. OLE color: 12451825.
HSL color Cylindrical-coordinate representation of color #F1FFBD: hue angle of 72.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1FFBD is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 189 | - |
| CMYK | 0.05 | 0 | 0.26 | 0 |
| HSL | 72.73º | 1% | 0.87% | - |
| HSV(B) | 72.73º | 0.26% | 1% | - |
| XYZ | 81.22 | 93.89 | 61.99 | - |
| YUV | 243.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 189 | 0.05 | 0 | 0.26 | 0 | 72.73 | 1 | 0.87 |
| Hex | F1 | FF | BD | 5 | 0 | 1A | 0 | 49 | 64 | 57 |
| Octal | 361 | 377 | 275 | 5 | 0 | 32 | 0 | 111 | 144 | 127 |
| Binary | 11110001 | 11111111 | 10111101 | 101 | 0 | 11010 | 0 | 1001001 | 1100100 | 1010111 |
Color Harmonies of #F1FFBD
Complementary color
Monochromatic Colors of #F1FFBD
Black with #F1FFBD
Text Example
Text Example
White with #F1FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFBD; }
p { color: rgb(241,255,189); }
H1.HeaderClassName
{
color: #F1FFBD;
}
.AnyTagClassName
{
color: #F1FFBD;
}
</style>
background-color css
<style>
a { background-color: #F1FFBD; }
a { background-color: rgb(241,255,189); }
div.DivClassName
{
background-color: #F1FFBD;
}
.BgClassName
{
background-color: #F1FFBD;
}
</style>
border-color css
<style>
span { border-color: #F1FFBD; }
span { border-color: rgb(241,255,189); }
td.TdClassName
{
border-color: #F1FFBD;
}
.TagClassName
{
border-color: #F1FFBD;
}
</style>