Html Css Color HEX #F2E9BB Half Colonial White
📋 copy color: '#F2E9BB'red 242 ◦ green 233 ◦ blue 187
Shades of Half Colonial White #F2E9BB
Tints of Half Colonial White #F2E9BB
RGB
CMYK
RGB Variations
Color information
#F2E9BB (or 0xF2E9BB) is known color: Half Colonial White. HEX triplet: F2, E9 and BB. RGB value is (242,233,187). Sum of RGB (Red+Green+Blue) = 242+233+187=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9BB is #0D1644. Grayscale: #E6E6E6. Windows color (decimal): -857669 or 12315122. OLE color: 12315122.
HSL color Cylindrical-coordinate representation of color #F2E9BB: hue angle of 50.18º 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 #F2E9BB is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 187 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.05 |
| HSL | 50.18º | 0.68% | 0.84% | - |
| HSV(B) | 50.18º | 0.23% | 0.95% | - |
| XYZ | 74.73 | 80.74 | 58.66 | - |
| YUV | 230.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 187 | 0 | 0.04 | 0.23 | 0.05 | 50.18 | 0.68 | 0.84 |
| Hex | F2 | E9 | BB | 0 | 4 | 17 | 5 | 32 | 44 | 54 |
| Octal | 362 | 351 | 273 | 0 | 4 | 27 | 5 | 62 | 104 | 124 |
| Binary | 11110010 | 11101001 | 10111011 | 0 | 100 | 10111 | 101 | 110010 | 1000100 | 1010100 |
Color Harmonies of #F2E9BB
Complementary color
Monochromatic Colors of #F2E9BB
Black with #F2E9BB
Text Example
Text Example
White with #F2E9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E9BB; }
p { color: rgb(242,233,187); }
H1.HeaderClassName
{
color: #F2E9BB;
}
.AnyTagClassName
{
color: #F2E9BB;
}
</style>
background-color css
<style>
a { background-color: #F2E9BB; }
a { background-color: rgb(242,233,187); }
div.DivClassName
{
background-color: #F2E9BB;
}
.BgClassName
{
background-color: #F2E9BB;
}
</style>
border-color css
<style>
span { border-color: #F2E9BB; }
span { border-color: rgb(242,233,187); }
td.TdClassName
{
border-color: #F2E9BB;
}
.TagClassName
{
border-color: #F2E9BB;
}
</style>