Html Css Color HEX #F2E8BB Half Colonial White
📋 copy color: '#F2E8BB'red 242 ◦ green 232 ◦ blue 187
Shades of Half Colonial White #F2E8BB
Tints of Half Colonial White #F2E8BB
RGB
CMYK
RGB Variations
Color information
#F2E8BB (or 0xF2E8BB) is known color: Half Colonial White. HEX triplet: F2, E8 and BB. RGB value is (242,232,187). Sum of RGB (Red+Green+Blue) = 242+232+187=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8BB is #0D1744. Grayscale: #E6E6E6. Windows color (decimal): -857925 or 12314866. OLE color: 12314866.
HSL color Cylindrical-coordinate representation of color #F2E8BB: hue angle of 49.09º 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 #F2E8BB is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 187 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.05 |
| HSL | 49.09º | 0.68% | 0.84% | - |
| HSV(B) | 49.09º | 0.23% | 0.95% | - |
| XYZ | 74.44 | 80.18 | 58.57 | - |
| YUV | 229.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 187 | 0 | 0.04 | 0.23 | 0.05 | 49.09 | 0.68 | 0.84 |
| Hex | F2 | E8 | BB | 0 | 4 | 17 | 5 | 31 | 44 | 54 |
| Octal | 362 | 350 | 273 | 0 | 4 | 27 | 5 | 61 | 104 | 124 |
| Binary | 11110010 | 11101000 | 10111011 | 0 | 100 | 10111 | 101 | 110001 | 1000100 | 1010100 |
Color Harmonies of #F2E8BB
Complementary color
Monochromatic Colors of #F2E8BB
Black with #F2E8BB
Text Example
Text Example
White with #F2E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E8BB; }
p { color: rgb(242,232,187); }
H1.HeaderClassName
{
color: #F2E8BB;
}
.AnyTagClassName
{
color: #F2E8BB;
}
</style>
background-color css
<style>
a { background-color: #F2E8BB; }
a { background-color: rgb(242,232,187); }
div.DivClassName
{
background-color: #F2E8BB;
}
.BgClassName
{
background-color: #F2E8BB;
}
</style>
border-color css
<style>
span { border-color: #F2E8BB; }
span { border-color: rgb(242,232,187); }
td.TdClassName
{
border-color: #F2E8BB;
}
.TagClassName
{
border-color: #F2E8BB;
}
</style>