Html Css Color HEX #F5EABB Half Colonial White
📋 copy color: '#F5EABB'red 245 ◦ green 234 ◦ blue 187
Shades of Half Colonial White #F5EABB
Tints of Half Colonial White #F5EABB
RGB
CMYK
RGB Variations
Color information
#F5EABB (or 0xF5EABB) is known color: Half Colonial White. HEX triplet: F5, EA and BB. RGB value is (245,234,187). Sum of RGB (Red+Green+Blue) = 245+234+187=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 187 (73.44% from 255 or 28.08% from 666); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EABB is #0A1544. Grayscale: #E8E8E8. Windows color (decimal): -660805 or 12315381. OLE color: 12315381.
HSL color Cylindrical-coordinate representation of color #F5EABB: hue angle of 48.62º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5EABB is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 187 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.04 |
| HSL | 48.62º | 0.74% | 0.85% | - |
| HSV(B) | 48.62º | 0.24% | 0.96% | - |
| XYZ | 76.05 | 81.85 | 58.8 | - |
| YUV | 231.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 187 | 0 | 0.04 | 0.24 | 0.04 | 48.62 | 0.74 | 0.85 |
| Hex | F5 | EA | BB | 0 | 4 | 18 | 4 | 31 | 4A | 55 |
| Octal | 365 | 352 | 273 | 0 | 4 | 30 | 4 | 61 | 112 | 125 |
| Binary | 11110101 | 11101010 | 10111011 | 0 | 100 | 11000 | 100 | 110001 | 1001010 | 1010101 |
Color Harmonies of #F5EABB
Complementary color
Monochromatic Colors of #F5EABB
Black with #F5EABB
Text Example
Text Example
White with #F5EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EABB; }
p { color: rgb(245,234,187); }
H1.HeaderClassName
{
color: #F5EABB;
}
.AnyTagClassName
{
color: #F5EABB;
}
</style>
background-color css
<style>
a { background-color: #F5EABB; }
a { background-color: rgb(245,234,187); }
div.DivClassName
{
background-color: #F5EABB;
}
.BgClassName
{
background-color: #F5EABB;
}
</style>
border-color css
<style>
span { border-color: #F5EABB; }
span { border-color: rgb(245,234,187); }
td.TdClassName
{
border-color: #F5EABB;
}
.TagClassName
{
border-color: #F5EABB;
}
</style>