Html Css Color HEX #F2E4BA Half Colonial White
📋 copy color: '#F2E4BA'red 242 ◦ green 228 ◦ blue 186
Shades of Half Colonial White #F2E4BA
Tints of Half Colonial White #F2E4BA
RGB
CMYK
RGB Variations
Color information
#F2E4BA (or 0xF2E4BA) is known color: Half Colonial White. HEX triplet: F2, E4 and BA. RGB value is (242,228,186). Sum of RGB (Red+Green+Blue) = 242+228+186=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4BA is #0D1B45. Grayscale: #E3E3E3. Windows color (decimal): -858950 or 12248306. OLE color: 12248306.
HSL color Cylindrical-coordinate representation of color #F2E4BA: hue angle of 45º 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 #F2E4BA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 186 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.05 |
| HSL | 45º | 0.68% | 0.84% | - |
| HSV(B) | 45º | 0.23% | 0.95% | - |
| XYZ | 73.22 | 77.91 | 57.63 | - |
| YUV | 227.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 186 | 0 | 0.06 | 0.23 | 0.05 | 45 | 0.68 | 0.84 |
| Hex | F2 | E4 | BA | 0 | 6 | 17 | 5 | 2D | 44 | 54 |
| Octal | 362 | 344 | 272 | 0 | 6 | 27 | 5 | 55 | 104 | 124 |
| Binary | 11110010 | 11100100 | 10111010 | 0 | 110 | 10111 | 101 | 101101 | 1000100 | 1010100 |
Color Harmonies of #F2E4BA
Complementary color
Monochromatic Colors of #F2E4BA
Black with #F2E4BA
Text Example
Text Example
White with #F2E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4BA; }
p { color: rgb(242,228,186); }
H1.HeaderClassName
{
color: #F2E4BA;
}
.AnyTagClassName
{
color: #F2E4BA;
}
</style>
background-color css
<style>
a { background-color: #F2E4BA; }
a { background-color: rgb(242,228,186); }
div.DivClassName
{
background-color: #F2E4BA;
}
.BgClassName
{
background-color: #F2E4BA;
}
</style>
border-color css
<style>
span { border-color: #F2E4BA; }
span { border-color: rgb(242,228,186); }
td.TdClassName
{
border-color: #F2E4BA;
}
.TagClassName
{
border-color: #F2E4BA;
}
</style>