Html Css Color HEX #F0E3BE Half Colonial White
📋 copy color: '#F0E3BE'red 240 ◦ green 227 ◦ blue 190
Shades of Half Colonial White #F0E3BE
Tints of Half Colonial White #F0E3BE
RGB
CMYK
RGB Variations
Color information
#F0E3BE (or 0xF0E3BE) is known color: Half Colonial White. HEX triplet: F0, E3 and BE. RGB value is (240,227,190). Sum of RGB (Red+Green+Blue) = 240+227+190=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3BE is #0F1C41. Grayscale: #E2E2E2. Windows color (decimal): -990274 or 12510192. OLE color: 12510192.
HSL color Cylindrical-coordinate representation of color #F0E3BE: hue angle of 44.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0E3BE is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 190 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.06 |
| HSL | 44.4º | 0.63% | 0.84% | - |
| HSV(B) | 44.4º | 0.21% | 0.94% | - |
| XYZ | 72.7 | 77.18 | 59.78 | - |
| YUV | 226.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 190 | 0 | 0.05 | 0.21 | 0.06 | 44.4 | 0.63 | 0.84 |
| Hex | F0 | E3 | BE | 0 | 5 | 15 | 6 | 2C | 3E | 54 |
| Octal | 360 | 343 | 276 | 0 | 5 | 25 | 6 | 54 | 76 | 124 |
| Binary | 11110000 | 11100011 | 10111110 | 0 | 101 | 10101 | 110 | 101100 | 111110 | 1010100 |
Color Harmonies of #F0E3BE
Complementary color
Monochromatic Colors of #F0E3BE
Black with #F0E3BE
Text Example
Text Example
White with #F0E3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E3BE; }
p { color: rgb(240,227,190); }
H1.HeaderClassName
{
color: #F0E3BE;
}
.AnyTagClassName
{
color: #F0E3BE;
}
</style>
background-color css
<style>
a { background-color: #F0E3BE; }
a { background-color: rgb(240,227,190); }
div.DivClassName
{
background-color: #F0E3BE;
}
.BgClassName
{
background-color: #F0E3BE;
}
</style>
border-color css
<style>
span { border-color: #F0E3BE; }
span { border-color: rgb(240,227,190); }
td.TdClassName
{
border-color: #F0E3BE;
}
.TagClassName
{
border-color: #F0E3BE;
}
</style>