Shades of Chiffon #F6FEB4
Tints of Chiffon #F6FEB4
RGB
CMYK
RGB Variations
Color information
#F6FEB4 (or 0xF6FEB4) is known color: Chiffon. HEX triplet: F6, FE and B4. RGB value is (246,254,180). Sum of RGB (Red+Green+Blue) = 246+254+180=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 180 (70.70% from 255 or 26.47% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FEB4 is #09014B. Grayscale: #F3F3F3. Windows color (decimal): -590156 or 11861750. OLE color: 11861750.
HSL color Cylindrical-coordinate representation of color #F6FEB4: hue angle of 66.49º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6FEB4 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 180 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.00 |
| HSL | 66.49º | 0.97% | 0.85% | - |
| HSV(B) | 66.49º | 0.29% | 1% | - |
| XYZ | 81.69 | 93.77 | 56.97 | - |
| YUV | 243.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 180 | 0.03 | 0 | 0.29 | 0.00 | 66.49 | 0.97 | 0.85 |
| Hex | F6 | FE | B4 | 3 | 0 | 1D | 0 | 42 | 61 | 55 |
| Octal | 366 | 376 | 264 | 3 | 0 | 35 | 0 | 102 | 141 | 125 |
| Binary | 11110110 | 11111110 | 10110100 | 11 | 0 | 11101 | 0 | 1000010 | 1100001 | 1010101 |
Color Harmonies of #F6FEB4
Complementary color
Monochromatic Colors of #F6FEB4
Black with #F6FEB4
Text Example
Text Example
White with #F6FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEB4; }
p { color: rgb(246,254,180); }
H1.HeaderClassName
{
color: #F6FEB4;
}
.AnyTagClassName
{
color: #F6FEB4;
}
</style>
background-color css
<style>
a { background-color: #F6FEB4; }
a { background-color: rgb(246,254,180); }
div.DivClassName
{
background-color: #F6FEB4;
}
.BgClassName
{
background-color: #F6FEB4;
}
</style>
border-color css
<style>
span { border-color: #F6FEB4; }
span { border-color: rgb(246,254,180); }
td.TdClassName
{
border-color: #F6FEB4;
}
.TagClassName
{
border-color: #F6FEB4;
}
</style>