Shades of Chiffon #F5FDBC
Tints of Chiffon #F5FDBC
RGB
CMYK
RGB Variations
Color information
#F5FDBC (or 0xF5FDBC) is known color: Chiffon. HEX triplet: F5, FD and BC. RGB value is (245,253,188). Sum of RGB (Red+Green+Blue) = 245+253+188=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 188 (73.83% from 255 or 27.41% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDBC is #0A0243. Grayscale: #F3F3F3. Windows color (decimal): -655940 or 12385781. OLE color: 12385781.
HSL color Cylindrical-coordinate representation of color #F5FDBC: hue angle of 67.38º 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 #F5FDBC is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 188 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.01 |
| HSL | 67.38º | 0.94% | 0.86% | - |
| HSV(B) | 67.38º | 0.26% | 0.99% | - |
| XYZ | 81.86 | 93.29 | 61.27 | - |
| YUV | 243.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 188 | 0.03 | 0 | 0.26 | 0.01 | 67.38 | 0.94 | 0.86 |
| Hex | F5 | FD | BC | 3 | 0 | 1A | 1 | 43 | 5E | 56 |
| Octal | 365 | 375 | 274 | 3 | 0 | 32 | 1 | 103 | 136 | 126 |
| Binary | 11110101 | 11111101 | 10111100 | 11 | 0 | 11010 | 1 | 1000011 | 1011110 | 1010110 |
Color Harmonies of #F5FDBC
Complementary color
Monochromatic Colors of #F5FDBC
Black with #F5FDBC
Text Example
Text Example
White with #F5FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDBC; }
p { color: rgb(245,253,188); }
H1.HeaderClassName
{
color: #F5FDBC;
}
.AnyTagClassName
{
color: #F5FDBC;
}
</style>
background-color css
<style>
a { background-color: #F5FDBC; }
a { background-color: rgb(245,253,188); }
div.DivClassName
{
background-color: #F5FDBC;
}
.BgClassName
{
background-color: #F5FDBC;
}
</style>
border-color css
<style>
span { border-color: #F5FDBC; }
span { border-color: rgb(245,253,188); }
td.TdClassName
{
border-color: #F5FDBC;
}
.TagClassName
{
border-color: #F5FDBC;
}
</style>