Html Css Color HEX #F6E9BE Half Colonial White
📋 copy color: '#F6E9BE'red 246 ◦ green 233 ◦ blue 190
Shades of Half Colonial White #F6E9BE
Tints of Half Colonial White #F6E9BE
RGB
CMYK
RGB Variations
Color information
#F6E9BE (or 0xF6E9BE) is known color: Half Colonial White. HEX triplet: F6, E9 and BE. RGB value is (246,233,190). Sum of RGB (Red+Green+Blue) = 246+233+190=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E9BE is #091641. Grayscale: #E8E8E8. Windows color (decimal): -595522 or 12511734. OLE color: 12511734.
HSL color Cylindrical-coordinate representation of color #F6E9BE: hue angle of 46.07º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6E9BE is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 190 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.04 |
| HSL | 46.07º | 0.76% | 0.85% | - |
| HSV(B) | 46.07º | 0.23% | 0.96% | - |
| XYZ | 76.44 | 81.59 | 60.43 | - |
| YUV | 231.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 190 | 0 | 0.05 | 0.23 | 0.04 | 46.07 | 0.76 | 0.85 |
| Hex | F6 | E9 | BE | 0 | 5 | 17 | 4 | 2E | 4C | 55 |
| Octal | 366 | 351 | 276 | 0 | 5 | 27 | 4 | 56 | 114 | 125 |
| Binary | 11110110 | 11101001 | 10111110 | 0 | 101 | 10111 | 100 | 101110 | 1001100 | 1010101 |
Color Harmonies of #F6E9BE
Complementary color
Monochromatic Colors of #F6E9BE
Black with #F6E9BE
Text Example
Text Example
White with #F6E9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E9BE; }
p { color: rgb(246,233,190); }
H1.HeaderClassName
{
color: #F6E9BE;
}
.AnyTagClassName
{
color: #F6E9BE;
}
</style>
background-color css
<style>
a { background-color: #F6E9BE; }
a { background-color: rgb(246,233,190); }
div.DivClassName
{
background-color: #F6E9BE;
}
.BgClassName
{
background-color: #F6E9BE;
}
</style>
border-color css
<style>
span { border-color: #F6E9BE; }
span { border-color: rgb(246,233,190); }
td.TdClassName
{
border-color: #F6E9BE;
}
.TagClassName
{
border-color: #F6E9BE;
}
</style>