Html Css Color HEX #F0E4BC Half Colonial White
📋 copy color: '#F0E4BC'red 240 ◦ green 228 ◦ blue 188
Shades of Half Colonial White #F0E4BC
Tints of Half Colonial White #F0E4BC
RGB
CMYK
RGB Variations
Color information
#F0E4BC (or 0xF0E4BC) is known color: Half Colonial White. HEX triplet: F0, E4 and BC. RGB value is (240,228,188). Sum of RGB (Red+Green+Blue) = 240+228+188=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4BC is #0F1B43. Grayscale: #E3E3E3. Windows color (decimal): -990020 or 12379376. OLE color: 12379376.
HSL color Cylindrical-coordinate representation of color #F0E4BC: hue angle of 46.15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0E4BC is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 188 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.06 |
| HSL | 46.15º | 0.63% | 0.84% | - |
| HSV(B) | 46.15º | 0.22% | 0.94% | - |
| XYZ | 72.76 | 77.64 | 58.73 | - |
| YUV | 227.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 188 | 0 | 0.05 | 0.22 | 0.06 | 46.15 | 0.63 | 0.84 |
| Hex | F0 | E4 | BC | 0 | 5 | 16 | 6 | 2E | 3F | 54 |
| Octal | 360 | 344 | 274 | 0 | 5 | 26 | 6 | 56 | 77 | 124 |
| Binary | 11110000 | 11100100 | 10111100 | 0 | 101 | 10110 | 110 | 101110 | 111111 | 1010100 |
Color Harmonies of #F0E4BC
Complementary color
Monochromatic Colors of #F0E4BC
Black with #F0E4BC
Text Example
Text Example
White with #F0E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4BC; }
p { color: rgb(240,228,188); }
H1.HeaderClassName
{
color: #F0E4BC;
}
.AnyTagClassName
{
color: #F0E4BC;
}
</style>
background-color css
<style>
a { background-color: #F0E4BC; }
a { background-color: rgb(240,228,188); }
div.DivClassName
{
background-color: #F0E4BC;
}
.BgClassName
{
background-color: #F0E4BC;
}
</style>
border-color css
<style>
span { border-color: #F0E4BC; }
span { border-color: rgb(240,228,188); }
td.TdClassName
{
border-color: #F0E4BC;
}
.TagClassName
{
border-color: #F0E4BC;
}
</style>