Shades of Chiffon #F0FDBA
Tints of Chiffon #F0FDBA
RGB
CMYK
RGB Variations
Color information
#F0FDBA (or 0xF0FDBA) is known color: Chiffon. HEX triplet: F0, FD and BA. RGB value is (240,253,186). Sum of RGB (Red+Green+Blue) = 240+253+186=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDBA is #0F0245. Grayscale: #F1F1F1. Windows color (decimal): -983622 or 12254704. OLE color: 12254704.
HSL color Cylindrical-coordinate representation of color #F0FDBA: hue angle of 71.64º 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 #F0FDBA is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 186 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.01 |
| HSL | 71.64º | 0.94% | 0.86% | - |
| HSV(B) | 71.64º | 0.26% | 0.99% | - |
| XYZ | 79.92 | 92.32 | 60.06 | - |
| YUV | 241.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 186 | 0.05 | 0 | 0.26 | 0.01 | 71.64 | 0.94 | 0.86 |
| Hex | F0 | FD | BA | 5 | 0 | 1A | 1 | 48 | 5E | 56 |
| Octal | 360 | 375 | 272 | 5 | 0 | 32 | 1 | 110 | 136 | 126 |
| Binary | 11110000 | 11111101 | 10111010 | 101 | 0 | 11010 | 1 | 1001000 | 1011110 | 1010110 |
Color Harmonies of #F0FDBA
Complementary color
Monochromatic Colors of #F0FDBA
Black with #F0FDBA
Text Example
Text Example
White with #F0FDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDBA; }
p { color: rgb(240,253,186); }
H1.HeaderClassName
{
color: #F0FDBA;
}
.AnyTagClassName
{
color: #F0FDBA;
}
</style>
background-color css
<style>
a { background-color: #F0FDBA; }
a { background-color: rgb(240,253,186); }
div.DivClassName
{
background-color: #F0FDBA;
}
.BgClassName
{
background-color: #F0FDBA;
}
</style>
border-color css
<style>
span { border-color: #F0FDBA; }
span { border-color: rgb(240,253,186); }
td.TdClassName
{
border-color: #F0FDBA;
}
.TagClassName
{
border-color: #F0FDBA;
}
</style>