Shades of Chiffon #F0FDBC
Tints of Chiffon #F0FDBC
RGB
CMYK
RGB Variations
Color information
#F0FDBC (or 0xF0FDBC) is known color: Chiffon. HEX triplet: F0, FD and BC. RGB value is (240,253,188). Sum of RGB (Red+Green+Blue) = 240+253+188=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 188 (73.83% from 255 or 27.61% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDBC is #0F0243. Grayscale: #F1F1F1. Windows color (decimal): -983620 or 12385776. OLE color: 12385776.
HSL color Cylindrical-coordinate representation of color #F0FDBC: hue angle of 72º 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 #F0FDBC is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 188 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.01 |
| HSL | 72º | 0.94% | 0.86% | - |
| HSV(B) | 72º | 0.26% | 0.99% | - |
| XYZ | 80.14 | 92.41 | 61.19 | - |
| YUV | 241.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 188 | 0.05 | 0 | 0.26 | 0.01 | 72 | 0.94 | 0.86 |
| Hex | F0 | FD | BC | 5 | 0 | 1A | 1 | 48 | 5E | 56 |
| Octal | 360 | 375 | 274 | 5 | 0 | 32 | 1 | 110 | 136 | 126 |
| Binary | 11110000 | 11111101 | 10111100 | 101 | 0 | 11010 | 1 | 1001000 | 1011110 | 1010110 |
Color Harmonies of #F0FDBC
Complementary color
Monochromatic Colors of #F0FDBC
Black with #F0FDBC
Text Example
Text Example
White with #F0FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDBC; }
p { color: rgb(240,253,188); }
H1.HeaderClassName
{
color: #F0FDBC;
}
.AnyTagClassName
{
color: #F0FDBC;
}
</style>
background-color css
<style>
a { background-color: #F0FDBC; }
a { background-color: rgb(240,253,188); }
div.DivClassName
{
background-color: #F0FDBC;
}
.BgClassName
{
background-color: #F0FDBC;
}
</style>
border-color css
<style>
span { border-color: #F0FDBC; }
span { border-color: rgb(240,253,188); }
td.TdClassName
{
border-color: #F0FDBC;
}
.TagClassName
{
border-color: #F0FDBC;
}
</style>