Html Css Color HEX #F5ECC0 Half Colonial White
📋 copy color: '#F5ECC0'red 245 ◦ green 236 ◦ blue 192
Shades of Half Colonial White #F5ECC0
Tints of Half Colonial White #F5ECC0
RGB
CMYK
RGB Variations
Color information
#F5ECC0 (or 0xF5ECC0) is known color: Half Colonial White. HEX triplet: F5, EC and C0. RGB value is (245,236,192). Sum of RGB (Red+Green+Blue) = 245+236+192=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 192 (75.39% from 255 or 28.53% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECC0 is #0A133F. Grayscale: #E9E9E9. Windows color (decimal): -660288 or 12643573. OLE color: 12643573.
HSL color Cylindrical-coordinate representation of color #F5ECC0: hue angle of 49.81º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5ECC0 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 192 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.04 |
| HSL | 49.81º | 0.73% | 0.86% | - |
| HSV(B) | 49.81º | 0.22% | 0.96% | - |
| XYZ | 77.17 | 83.21 | 61.86 | - |
| YUV | 233.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 192 | 0 | 0.04 | 0.22 | 0.04 | 49.81 | 0.73 | 0.86 |
| Hex | F5 | EC | C0 | 0 | 4 | 16 | 4 | 32 | 49 | 56 |
| Octal | 365 | 354 | 300 | 0 | 4 | 26 | 4 | 62 | 111 | 126 |
| Binary | 11110101 | 11101100 | 11000000 | 0 | 100 | 10110 | 100 | 110010 | 1001001 | 1010110 |
Color Harmonies of #F5ECC0
Complementary color
Monochromatic Colors of #F5ECC0
Black with #F5ECC0
Text Example
Text Example
White with #F5ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECC0; }
p { color: rgb(245,236,192); }
H1.HeaderClassName
{
color: #F5ECC0;
}
.AnyTagClassName
{
color: #F5ECC0;
}
</style>
background-color css
<style>
a { background-color: #F5ECC0; }
a { background-color: rgb(245,236,192); }
div.DivClassName
{
background-color: #F5ECC0;
}
.BgClassName
{
background-color: #F5ECC0;
}
</style>
border-color css
<style>
span { border-color: #F5ECC0; }
span { border-color: rgb(245,236,192); }
td.TdClassName
{
border-color: #F5ECC0;
}
.TagClassName
{
border-color: #F5ECC0;
}
</style>