Html Css Color HEX #F5E9C1 Half Colonial White
📋 copy color: '#F5E9C1'red 245 ◦ green 233 ◦ blue 193
Shades of Half Colonial White #F5E9C1
Tints of Half Colonial White #F5E9C1
RGB
CMYK
RGB Variations
Color information
#F5E9C1 (or 0xF5E9C1) is known color: Half Colonial White. HEX triplet: F5, E9 and C1. RGB value is (245,233,193). Sum of RGB (Red+Green+Blue) = 245+233+193=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E9C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E9C1 is #0A163E. Grayscale: #E8E8E8. Windows color (decimal): -661055 or 12708341. OLE color: 12708341.
HSL color Cylindrical-coordinate representation of color #F5E9C1: hue angle of 46.15º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5E9C1 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 193 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.04 |
| HSL | 46.15º | 0.72% | 0.86% | - |
| HSV(B) | 46.15º | 0.21% | 0.96% | - |
| XYZ | 76.42 | 81.54 | 62.16 | - |
| YUV | 232.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 193 | 0 | 0.05 | 0.21 | 0.04 | 46.15 | 0.72 | 0.86 |
| Hex | F5 | E9 | C1 | 0 | 5 | 15 | 4 | 2E | 48 | 56 |
| Octal | 365 | 351 | 301 | 0 | 5 | 25 | 4 | 56 | 110 | 126 |
| Binary | 11110101 | 11101001 | 11000001 | 0 | 101 | 10101 | 100 | 101110 | 1001000 | 1010110 |
Color Harmonies of #F5E9C1
Complementary color
Monochromatic Colors of #F5E9C1
Black with #F5E9C1
Text Example
Text Example
White with #F5E9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E9C1; }
p { color: rgb(245,233,193); }
H1.HeaderClassName
{
color: #F5E9C1;
}
.AnyTagClassName
{
color: #F5E9C1;
}
</style>
background-color css
<style>
a { background-color: #F5E9C1; }
a { background-color: rgb(245,233,193); }
div.DivClassName
{
background-color: #F5E9C1;
}
.BgClassName
{
background-color: #F5E9C1;
}
</style>
border-color css
<style>
span { border-color: #F5E9C1; }
span { border-color: rgb(245,233,193); }
td.TdClassName
{
border-color: #F5E9C1;
}
.TagClassName
{
border-color: #F5E9C1;
}
</style>