Shades of Chiffon #F3FFBD
Tints of Chiffon #F3FFBD
RGB
CMYK
RGB Variations
Color information
#F3FFBD (or 0xF3FFBD) is known color: Chiffon. HEX triplet: F3, FF and BD. RGB value is (243,255,189). Sum of RGB (Red+Green+Blue) = 243+255+189=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 189 (74.22% from 255 or 27.51% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFBD is #0C0042. Grayscale: #F4F4F4. Windows color (decimal): -786499 or 12451827. OLE color: 12451827.
HSL color Cylindrical-coordinate representation of color #F3FFBD: hue angle of 70.91º 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 #F3FFBD is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 189 | - |
| CMYK | 0.05 | 0 | 0.26 | 0 |
| HSL | 70.91º | 1% | 0.87% | - |
| HSV(B) | 70.91º | 0.26% | 1% | - |
| XYZ | 81.91 | 94.25 | 62.02 | - |
| YUV | 243.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 189 | 0.05 | 0 | 0.26 | 0 | 70.91 | 1 | 0.87 |
| Hex | F3 | FF | BD | 5 | 0 | 1A | 0 | 47 | 64 | 57 |
| Octal | 363 | 377 | 275 | 5 | 0 | 32 | 0 | 107 | 144 | 127 |
| Binary | 11110011 | 11111111 | 10111101 | 101 | 0 | 11010 | 0 | 1000111 | 1100100 | 1010111 |
Color Harmonies of #F3FFBD
Complementary color
Monochromatic Colors of #F3FFBD
Black with #F3FFBD
Text Example
Text Example
White with #F3FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFBD; }
p { color: rgb(243,255,189); }
H1.HeaderClassName
{
color: #F3FFBD;
}
.AnyTagClassName
{
color: #F3FFBD;
}
</style>
background-color css
<style>
a { background-color: #F3FFBD; }
a { background-color: rgb(243,255,189); }
div.DivClassName
{
background-color: #F3FFBD;
}
.BgClassName
{
background-color: #F3FFBD;
}
</style>
border-color css
<style>
span { border-color: #F3FFBD; }
span { border-color: rgb(243,255,189); }
td.TdClassName
{
border-color: #F3FFBD;
}
.TagClassName
{
border-color: #F3FFBD;
}
</style>