Shades of Chiffon #F4FFBA
Tints of Chiffon #F4FFBA
RGB
CMYK
RGB Variations
Color information
#F4FFBA (or 0xF4FFBA) is known color: Chiffon. HEX triplet: F4, FF and BA. RGB value is (244,255,186). Sum of RGB (Red+Green+Blue) = 244+255+186=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 186 (73.05% from 255 or 27.15% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFBA is #0B0045. Grayscale: #F4F4F4. Windows color (decimal): -720966 or 12255220. OLE color: 12255220.
HSL color Cylindrical-coordinate representation of color #F4FFBA: hue angle of 69.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4FFBA is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 186 | - |
| CMYK | 0.04 | 0 | 0.27 | 0 |
| HSL | 69.57º | 1% | 0.86% | - |
| HSV(B) | 69.57º | 0.27% | 1% | - |
| XYZ | 81.93 | 94.3 | 60.34 | - |
| YUV | 243.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 186 | 0.04 | 0 | 0.27 | 0 | 69.57 | 1 | 0.86 |
| Hex | F4 | FF | BA | 4 | 0 | 1B | 0 | 46 | 64 | 56 |
| Octal | 364 | 377 | 272 | 4 | 0 | 33 | 0 | 106 | 144 | 126 |
| Binary | 11110100 | 11111111 | 10111010 | 100 | 0 | 11011 | 0 | 1000110 | 1100100 | 1010110 |
Color Harmonies of #F4FFBA
Complementary color
Monochromatic Colors of #F4FFBA
Black with #F4FFBA
Text Example
Text Example
White with #F4FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FFBA; }
p { color: rgb(244,255,186); }
H1.HeaderClassName
{
color: #F4FFBA;
}
.AnyTagClassName
{
color: #F4FFBA;
}
</style>
background-color css
<style>
a { background-color: #F4FFBA; }
a { background-color: rgb(244,255,186); }
div.DivClassName
{
background-color: #F4FFBA;
}
.BgClassName
{
background-color: #F4FFBA;
}
</style>
border-color css
<style>
span { border-color: #F4FFBA; }
span { border-color: rgb(244,255,186); }
td.TdClassName
{
border-color: #F4FFBA;
}
.TagClassName
{
border-color: #F4FFBA;
}
</style>