Shades of Chiffon #F5FDBA
Tints of Chiffon #F5FDBA
RGB
CMYK
RGB Variations
Color information
#F5FDBA (or 0xF5FDBA) is known color: Chiffon. HEX triplet: F5, FD and BA. RGB value is (245,253,186). Sum of RGB (Red+Green+Blue) = 245+253+186=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 186 (73.05% from 255 or 27.19% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDBA is #0A0245. Grayscale: #F3F3F3. Windows color (decimal): -655942 or 12254709. OLE color: 12254709.
HSL color Cylindrical-coordinate representation of color #F5FDBA: hue angle of 67.16º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5FDBA is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 186 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.01 |
| HSL | 67.16º | 0.94% | 0.86% | - |
| HSV(B) | 67.16º | 0.26% | 0.99% | - |
| XYZ | 81.64 | 93.21 | 60.14 | - |
| YUV | 242.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 186 | 0.03 | 0 | 0.26 | 0.01 | 67.16 | 0.94 | 0.86 |
| Hex | F5 | FD | BA | 3 | 0 | 1A | 1 | 43 | 5E | 56 |
| Octal | 365 | 375 | 272 | 3 | 0 | 32 | 1 | 103 | 136 | 126 |
| Binary | 11110101 | 11111101 | 10111010 | 11 | 0 | 11010 | 1 | 1000011 | 1011110 | 1010110 |
Color Harmonies of #F5FDBA
Complementary color
Monochromatic Colors of #F5FDBA
Black with #F5FDBA
Text Example
Text Example
White with #F5FDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDBA; }
p { color: rgb(245,253,186); }
H1.HeaderClassName
{
color: #F5FDBA;
}
.AnyTagClassName
{
color: #F5FDBA;
}
</style>
background-color css
<style>
a { background-color: #F5FDBA; }
a { background-color: rgb(245,253,186); }
div.DivClassName
{
background-color: #F5FDBA;
}
.BgClassName
{
background-color: #F5FDBA;
}
</style>
border-color css
<style>
span { border-color: #F5FDBA; }
span { border-color: rgb(245,253,186); }
td.TdClassName
{
border-color: #F5FDBA;
}
.TagClassName
{
border-color: #F5FDBA;
}
</style>