Shades of Chiffon #F0F3B2
Tints of Chiffon #F0F3B2
RGB
CMYK
RGB Variations
Color information
#F0F3B2 (or 0xF0F3B2) is known color: Chiffon. HEX triplet: F0, F3 and B2. RGB value is (240,243,178). Sum of RGB (Red+Green+Blue) = 240+243+178=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 178 (69.92% from 255 or 26.93% from 661); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F3B2 is #0F0C4D. Grayscale: #EAEAEA. Windows color (decimal): -986190 or 11727856. OLE color: 11727856.
HSL color Cylindrical-coordinate representation of color #F0F3B2: hue angle of 62.77º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0F3B2 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 178 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.05 |
| HSL | 62.77º | 0.73% | 0.83% | - |
| HSV(B) | 62.77º | 0.27% | 0.95% | - |
| XYZ | 76.02 | 85.84 | 54.68 | - |
| YUV | 234.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 178 | 0.01 | 0 | 0.27 | 0.05 | 62.77 | 0.73 | 0.83 |
| Hex | F0 | F3 | B2 | 1 | 0 | 1B | 5 | 3F | 49 | 53 |
| Octal | 360 | 363 | 262 | 1 | 0 | 33 | 5 | 77 | 111 | 123 |
| Binary | 11110000 | 11110011 | 10110010 | 1 | 0 | 11011 | 101 | 111111 | 1001001 | 1010011 |
Color Harmonies of #F0F3B2
Complementary color
Monochromatic Colors of #F0F3B2
Black with #F0F3B2
Text Example
Text Example
White with #F0F3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3B2; }
p { color: rgb(240,243,178); }
H1.HeaderClassName
{
color: #F0F3B2;
}
.AnyTagClassName
{
color: #F0F3B2;
}
</style>
background-color css
<style>
a { background-color: #F0F3B2; }
a { background-color: rgb(240,243,178); }
div.DivClassName
{
background-color: #F0F3B2;
}
.BgClassName
{
background-color: #F0F3B2;
}
</style>
border-color css
<style>
span { border-color: #F0F3B2; }
span { border-color: rgb(240,243,178); }
td.TdClassName
{
border-color: #F0F3B2;
}
.TagClassName
{
border-color: #F0F3B2;
}
</style>