Shades of Chiffon #F4FFBC
Tints of Chiffon #F4FFBC
RGB
CMYK
RGB Variations
Color information
#F4FFBC (or 0xF4FFBC) is known color: Chiffon. HEX triplet: F4, FF and BC. RGB value is (244,255,188). Sum of RGB (Red+Green+Blue) = 244+255+188=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 188 (73.83% from 255 or 27.37% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFBC is #0B0043. Grayscale: #F4F4F4. Windows color (decimal): -720964 or 12386292. OLE color: 12386292.
HSL color Cylindrical-coordinate representation of color #F4FFBC: hue angle of 69.85º 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 #F4FFBC is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 188 | - |
| CMYK | 0.04 | 0 | 0.26 | 0 |
| HSL | 69.85º | 1% | 0.87% | - |
| HSV(B) | 69.85º | 0.26% | 1% | - |
| XYZ | 82.15 | 94.38 | 61.47 | - |
| YUV | 244.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 188 | 0.04 | 0 | 0.26 | 0 | 69.85 | 1 | 0.87 |
| Hex | F4 | FF | BC | 4 | 0 | 1A | 0 | 46 | 64 | 57 |
| Octal | 364 | 377 | 274 | 4 | 0 | 32 | 0 | 106 | 144 | 127 |
| Binary | 11110100 | 11111111 | 10111100 | 100 | 0 | 11010 | 0 | 1000110 | 1100100 | 1010111 |
Color Harmonies of #F4FFBC
Complementary color
Monochromatic Colors of #F4FFBC
Black with #F4FFBC
Text Example
Text Example
White with #F4FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FFBC; }
p { color: rgb(244,255,188); }
H1.HeaderClassName
{
color: #F4FFBC;
}
.AnyTagClassName
{
color: #F4FFBC;
}
</style>
background-color css
<style>
a { background-color: #F4FFBC; }
a { background-color: rgb(244,255,188); }
div.DivClassName
{
background-color: #F4FFBC;
}
.BgClassName
{
background-color: #F4FFBC;
}
</style>
border-color css
<style>
span { border-color: #F4FFBC; }
span { border-color: rgb(244,255,188); }
td.TdClassName
{
border-color: #F4FFBC;
}
.TagClassName
{
border-color: #F4FFBC;
}
</style>