Html Css Color HEX #F2E9BF Half Colonial White
📋 copy color: '#F2E9BF'red 242 ◦ green 233 ◦ blue 191
Shades of Half Colonial White #F2E9BF
Tints of Half Colonial White #F2E9BF
RGB
CMYK
RGB Variations
Color information
#F2E9BF (or 0xF2E9BF) is known color: Half Colonial White. HEX triplet: F2, E9 and BF. RGB value is (242,233,191). Sum of RGB (Red+Green+Blue) = 242+233+191=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9BF is #0D1640. Grayscale: #E7E7E7. Windows color (decimal): -857665 or 12577266. OLE color: 12577266.
HSL color Cylindrical-coordinate representation of color #F2E9BF: hue angle of 49.41º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2E9BF is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 191 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.05 |
| HSL | 49.41º | 0.66% | 0.85% | - |
| HSV(B) | 49.41º | 0.21% | 0.95% | - |
| XYZ | 75.16 | 80.92 | 60.95 | - |
| YUV | 230.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 191 | 0 | 0.04 | 0.21 | 0.05 | 49.41 | 0.66 | 0.85 |
| Hex | F2 | E9 | BF | 0 | 4 | 15 | 5 | 31 | 42 | 55 |
| Octal | 362 | 351 | 277 | 0 | 4 | 25 | 5 | 61 | 102 | 125 |
| Binary | 11110010 | 11101001 | 10111111 | 0 | 100 | 10101 | 101 | 110001 | 1000010 | 1010101 |
Color Harmonies of #F2E9BF
Complementary color
Monochromatic Colors of #F2E9BF
Black with #F2E9BF
Text Example
Text Example
White with #F2E9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E9BF; }
p { color: rgb(242,233,191); }
H1.HeaderClassName
{
color: #F2E9BF;
}
.AnyTagClassName
{
color: #F2E9BF;
}
</style>
background-color css
<style>
a { background-color: #F2E9BF; }
a { background-color: rgb(242,233,191); }
div.DivClassName
{
background-color: #F2E9BF;
}
.BgClassName
{
background-color: #F2E9BF;
}
</style>
border-color css
<style>
span { border-color: #F2E9BF; }
span { border-color: rgb(242,233,191); }
td.TdClassName
{
border-color: #F2E9BF;
}
.TagClassName
{
border-color: #F2E9BF;
}
</style>