Html Css Color HEX #F2E7BA Half Colonial White
📋 copy color: '#F2E7BA'red 242 ◦ green 231 ◦ blue 186
Shades of Half Colonial White #F2E7BA
Tints of Half Colonial White #F2E7BA
RGB
CMYK
RGB Variations
Color information
#F2E7BA (or 0xF2E7BA) is known color: Half Colonial White. HEX triplet: F2, E7 and BA. RGB value is (242,231,186). Sum of RGB (Red+Green+Blue) = 242+231+186=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7BA is #0D1845. Grayscale: #E5E5E5. Windows color (decimal): -858182 or 12249074. OLE color: 12249074.
HSL color Cylindrical-coordinate representation of color #F2E7BA: hue angle of 48.21º 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 #F2E7BA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 186 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.05 |
| HSL | 48.21º | 0.68% | 0.84% | - |
| HSV(B) | 48.21º | 0.23% | 0.95% | - |
| XYZ | 74.06 | 79.57 | 57.91 | - |
| YUV | 229.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 186 | 0 | 0.05 | 0.23 | 0.05 | 48.21 | 0.68 | 0.84 |
| Hex | F2 | E7 | BA | 0 | 5 | 17 | 5 | 30 | 44 | 54 |
| Octal | 362 | 347 | 272 | 0 | 5 | 27 | 5 | 60 | 104 | 124 |
| Binary | 11110010 | 11100111 | 10111010 | 0 | 101 | 10111 | 101 | 110000 | 1000100 | 1010100 |
Color Harmonies of #F2E7BA
Complementary color
Monochromatic Colors of #F2E7BA
Black with #F2E7BA
Text Example
Text Example
White with #F2E7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7BA; }
p { color: rgb(242,231,186); }
H1.HeaderClassName
{
color: #F2E7BA;
}
.AnyTagClassName
{
color: #F2E7BA;
}
</style>
background-color css
<style>
a { background-color: #F2E7BA; }
a { background-color: rgb(242,231,186); }
div.DivClassName
{
background-color: #F2E7BA;
}
.BgClassName
{
background-color: #F2E7BA;
}
</style>
border-color css
<style>
span { border-color: #F2E7BA; }
span { border-color: rgb(242,231,186); }
td.TdClassName
{
border-color: #F2E7BA;
}
.TagClassName
{
border-color: #F2E7BA;
}
</style>