Html Css Color HEX #F5EABF Half Colonial White
📋 copy color: '#F5EABF'red 245 ◦ green 234 ◦ blue 191
Shades of Half Colonial White #F5EABF
Tints of Half Colonial White #F5EABF
RGB
CMYK
RGB Variations
Color information
#F5EABF (or 0xF5EABF) is known color: Half Colonial White. HEX triplet: F5, EA and BF. RGB value is (245,234,191). Sum of RGB (Red+Green+Blue) = 245+234+191=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EABF is #0A1540. Grayscale: #E8E8E8. Windows color (decimal): -660801 or 12577525. OLE color: 12577525.
HSL color Cylindrical-coordinate representation of color #F5EABF: hue angle of 47.78º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5EABF is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 191 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.04 |
| HSL | 47.78º | 0.73% | 0.85% | - |
| HSV(B) | 47.78º | 0.22% | 0.96% | - |
| XYZ | 76.48 | 82.02 | 61.09 | - |
| YUV | 232.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 191 | 0 | 0.04 | 0.22 | 0.04 | 47.78 | 0.73 | 0.85 |
| Hex | F5 | EA | BF | 0 | 4 | 16 | 4 | 30 | 49 | 55 |
| Octal | 365 | 352 | 277 | 0 | 4 | 26 | 4 | 60 | 111 | 125 |
| Binary | 11110101 | 11101010 | 10111111 | 0 | 100 | 10110 | 100 | 110000 | 1001001 | 1010101 |
Color Harmonies of #F5EABF
Complementary color
Monochromatic Colors of #F5EABF
Black with #F5EABF
Text Example
Text Example
White with #F5EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EABF; }
p { color: rgb(245,234,191); }
H1.HeaderClassName
{
color: #F5EABF;
}
.AnyTagClassName
{
color: #F5EABF;
}
</style>
background-color css
<style>
a { background-color: #F5EABF; }
a { background-color: rgb(245,234,191); }
div.DivClassName
{
background-color: #F5EABF;
}
.BgClassName
{
background-color: #F5EABF;
}
</style>
border-color css
<style>
span { border-color: #F5EABF; }
span { border-color: rgb(245,234,191); }
td.TdClassName
{
border-color: #F5EABF;
}
.TagClassName
{
border-color: #F5EABF;
}
</style>