Html Css Color HEX #F2E9BA Half Colonial White
📋 copy color: '#F2E9BA'red 242 ◦ green 233 ◦ blue 186
Shades of Half Colonial White #F2E9BA
Tints of Half Colonial White #F2E9BA
RGB
CMYK
RGB Variations
Color information
#F2E9BA (or 0xF2E9BA) is known color: Half Colonial White. HEX triplet: F2, E9 and BA. RGB value is (242,233,186). Sum of RGB (Red+Green+Blue) = 242+233+186=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9BA is #0D1645. Grayscale: #E6E6E6. Windows color (decimal): -857670 or 12249586. OLE color: 12249586.
HSL color Cylindrical-coordinate representation of color #F2E9BA: hue angle of 50.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2E9BA is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 186 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.05 |
| HSL | 50.36º | 0.68% | 0.84% | - |
| HSV(B) | 50.36º | 0.23% | 0.95% | - |
| XYZ | 74.62 | 80.7 | 58.1 | - |
| YUV | 230.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 186 | 0 | 0.04 | 0.23 | 0.05 | 50.36 | 0.68 | 0.84 |
| Hex | F2 | E9 | BA | 0 | 4 | 17 | 5 | 32 | 44 | 54 |
| Octal | 362 | 351 | 272 | 0 | 4 | 27 | 5 | 62 | 104 | 124 |
| Binary | 11110010 | 11101001 | 10111010 | 0 | 100 | 10111 | 101 | 110010 | 1000100 | 1010100 |
Color Harmonies of #F2E9BA
Complementary color
Monochromatic Colors of #F2E9BA
Black with #F2E9BA
Text Example
Text Example
White with #F2E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E9BA; }
p { color: rgb(242,233,186); }
H1.HeaderClassName
{
color: #F2E9BA;
}
.AnyTagClassName
{
color: #F2E9BA;
}
</style>
background-color css
<style>
a { background-color: #F2E9BA; }
a { background-color: rgb(242,233,186); }
div.DivClassName
{
background-color: #F2E9BA;
}
.BgClassName
{
background-color: #F2E9BA;
}
</style>
border-color css
<style>
span { border-color: #F2E9BA; }
span { border-color: rgb(242,233,186); }
td.TdClassName
{
border-color: #F2E9BA;
}
.TagClassName
{
border-color: #F2E9BA;
}
</style>