Shades of Chiffon #F5F6B3
Tints of Chiffon #F5F6B3
RGB
CMYK
RGB Variations
Color information
#F5F6B3 (or 0xF5F6B3) is known color: Chiffon. HEX triplet: F5, F6 and B3. RGB value is (245,246,179). Sum of RGB (Red+Green+Blue) = 245+246+179=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 179 (70.31% from 255 or 26.72% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F6B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F6B3 is #0A094C. Grayscale: #EEEEEE. Windows color (decimal): -657741 or 11794165. OLE color: 11794165.
HSL color Cylindrical-coordinate representation of color #F5F6B3: hue angle of 60.9º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5F6B3 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 179 | - |
| CMYK | 0.00 | 0 | 0.27 | 0.04 |
| HSL | 60.9º | 0.79% | 0.83% | - |
| HSV(B) | 60.9º | 0.27% | 0.96% | - |
| XYZ | 78.75 | 88.58 | 55.59 | - |
| YUV | 238.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 179 | 0.00 | 0 | 0.27 | 0.04 | 60.9 | 0.79 | 0.83 |
| Hex | F5 | F6 | B3 | 0 | 0 | 1B | 4 | 3D | 4F | 53 |
| Octal | 365 | 366 | 263 | 0 | 0 | 33 | 4 | 75 | 117 | 123 |
| Binary | 11110101 | 11110110 | 10110011 | 0 | 0 | 11011 | 100 | 111101 | 1001111 | 1010011 |
Color Harmonies of #F5F6B3
Complementary color
Monochromatic Colors of #F5F6B3
Black with #F5F6B3
Text Example
Text Example
White with #F5F6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F6B3; }
p { color: rgb(245,246,179); }
H1.HeaderClassName
{
color: #F5F6B3;
}
.AnyTagClassName
{
color: #F5F6B3;
}
</style>
background-color css
<style>
a { background-color: #F5F6B3; }
a { background-color: rgb(245,246,179); }
div.DivClassName
{
background-color: #F5F6B3;
}
.BgClassName
{
background-color: #F5F6B3;
}
</style>
border-color css
<style>
span { border-color: #F5F6B3; }
span { border-color: rgb(245,246,179); }
td.TdClassName
{
border-color: #F5F6B3;
}
.TagClassName
{
border-color: #F5F6B3;
}
</style>