Html Css Color HEX #F5EAC1 Half Colonial White
📋 copy color: '#F5EAC1'red 245 ◦ green 234 ◦ blue 193
Shades of Half Colonial White #F5EAC1
Tints of Half Colonial White #F5EAC1
RGB
CMYK
RGB Variations
Color information
#F5EAC1 (or 0xF5EAC1) is known color: Half Colonial White. HEX triplet: F5, EA and C1. RGB value is (245,234,193). Sum of RGB (Red+Green+Blue) = 245+234+193=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 193 (75.78% from 255 or 28.72% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EAC1 is #0A153E. Grayscale: #E8E8E8. Windows color (decimal): -660799 or 12708597. OLE color: 12708597.
HSL color Cylindrical-coordinate representation of color #F5EAC1: hue angle of 47.31º 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 #F5EAC1 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 234 | 193 | - |
CMYK | 0 | 0.04 | 0.21 | 0.04 |
HSL | 47.31º | 0.72% | 0.86% | - |
HSV(B) | 47.31º | 0.21% | 0.96% | - |
XYZ | 76.7 | 82.11 | 62.26 | - |
YUV | 232.62 | 105.64 | 136.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 234 | 193 | 0 | 0.04 | 0.21 | 0.04 | 47.31 | 0.72 | 0.86 |
Hex | F5 | EA | C1 | 0 | 4 | 15 | 4 | 2F | 48 | 56 |
Octal | 365 | 352 | 301 | 0 | 4 | 25 | 4 | 57 | 110 | 126 |
Binary | 11110101 | 11101010 | 11000001 | 0 | 100 | 10101 | 100 | 101111 | 1001000 | 1010110 |
Color Harmonies of #F5EAC1
Complementary color
Monochromatic Colors of #F5EAC1
Black with #F5EAC1
Text Example
Text Example
White with #F5EAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EAC1; }
p { color: rgb(245,234,193); }
H1.HeaderClassName
{
color: #F5EAC1;
}
.AnyTagClassName
{
color: #F5EAC1;
}
</style>
background-color css
<style>
a { background-color: #F5EAC1; }
a { background-color: rgb(245,234,193); }
div.DivClassName
{
background-color: #F5EAC1;
}
.BgClassName
{
background-color: #F5EAC1;
}
</style>
border-color css
<style>
span { border-color: #F5EAC1; }
span { border-color: rgb(245,234,193); }
td.TdClassName
{
border-color: #F5EAC1;
}
.TagClassName
{
border-color: #F5EAC1;
}
</style>