Shades of Chiffon #F4FABE
Tints of Chiffon #F4FABE
RGB
CMYK
RGB Variations
Color information
#F4FABE (or 0xF4FABE) is known color: Chiffon. HEX triplet: F4, FA and BE. RGB value is (244,250,190). Sum of RGB (Red+Green+Blue) = 244+250+190=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 190 (74.61% from 255 or 27.78% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FABE is #0B0541. Grayscale: #F1F1F1. Windows color (decimal): -722242 or 12516084. OLE color: 12516084.
HSL color Cylindrical-coordinate representation of color #F4FABE: hue angle of 66º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4FABE is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 250 | 190 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.02 |
| HSL | 66º | 0.86% | 0.86% | - |
| HSV(B) | 66º | 0.24% | 0.98% | - |
| XYZ | 80.79 | 91.32 | 62.08 | - |
| YUV | 241.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 250 | 190 | 0.02 | 0 | 0.24 | 0.02 | 66 | 0.86 | 0.86 |
| Hex | F4 | FA | BE | 2 | 0 | 18 | 2 | 42 | 56 | 56 |
| Octal | 364 | 372 | 276 | 2 | 0 | 30 | 2 | 102 | 126 | 126 |
| Binary | 11110100 | 11111010 | 10111110 | 10 | 0 | 11000 | 10 | 1000010 | 1010110 | 1010110 |
Color Harmonies of #F4FABE
Complementary color
Monochromatic Colors of #F4FABE
Black with #F4FABE
Text Example
Text Example
White with #F4FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FABE; }
p { color: rgb(244,250,190); }
H1.HeaderClassName
{
color: #F4FABE;
}
.AnyTagClassName
{
color: #F4FABE;
}
</style>
background-color css
<style>
a { background-color: #F4FABE; }
a { background-color: rgb(244,250,190); }
div.DivClassName
{
background-color: #F4FABE;
}
.BgClassName
{
background-color: #F4FABE;
}
</style>
border-color css
<style>
span { border-color: #F4FABE; }
span { border-color: rgb(244,250,190); }
td.TdClassName
{
border-color: #F4FABE;
}
.TagClassName
{
border-color: #F4FABE;
}
</style>