Shades of Chiffon #F5FBB4
Tints of Chiffon #F5FBB4
RGB
CMYK
RGB Variations
Color information
#F5FBB4 (or 0xF5FBB4) is known color: Chiffon. HEX triplet: F5, FB and B4. RGB value is (245,251,180). Sum of RGB (Red+Green+Blue) = 245+251+180=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 180 (70.70% from 255 or 26.63% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FBB4 is #0A044B. Grayscale: #F1F1F1. Windows color (decimal): -656460 or 11860981. OLE color: 11860981.
HSL color Cylindrical-coordinate representation of color #F5FBB4: hue angle of 65.07º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5FBB4 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 180 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.02 |
| HSL | 65.07º | 0.9% | 0.85% | - |
| HSV(B) | 65.07º | 0.28% | 0.98% | - |
| XYZ | 80.39 | 91.7 | 56.64 | - |
| YUV | 241.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 180 | 0.02 | 0 | 0.28 | 0.02 | 65.07 | 0.9 | 0.85 |
| Hex | F5 | FB | B4 | 2 | 0 | 1C | 2 | 41 | 5A | 55 |
| Octal | 365 | 373 | 264 | 2 | 0 | 34 | 2 | 101 | 132 | 125 |
| Binary | 11110101 | 11111011 | 10110100 | 10 | 0 | 11100 | 10 | 1000001 | 1011010 | 1010101 |
Color Harmonies of #F5FBB4
Complementary color
Monochromatic Colors of #F5FBB4
Black with #F5FBB4
Text Example
Text Example
White with #F5FBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FBB4; }
p { color: rgb(245,251,180); }
H1.HeaderClassName
{
color: #F5FBB4;
}
.AnyTagClassName
{
color: #F5FBB4;
}
</style>
background-color css
<style>
a { background-color: #F5FBB4; }
a { background-color: rgb(245,251,180); }
div.DivClassName
{
background-color: #F5FBB4;
}
.BgClassName
{
background-color: #F5FBB4;
}
</style>
border-color css
<style>
span { border-color: #F5FBB4; }
span { border-color: rgb(245,251,180); }
td.TdClassName
{
border-color: #F5FBB4;
}
.TagClassName
{
border-color: #F5FBB4;
}
</style>