Html Css Color HEX #F1EABB Half Colonial White
📋 copy color: '#F1EABB'red 241 ◦ green 234 ◦ blue 187
Shades of Half Colonial White #F1EABB
Tints of Half Colonial White #F1EABB
RGB
CMYK
RGB Variations
Color information
#F1EABB (or 0xF1EABB) is known color: Half Colonial White. HEX triplet: F1, EA and BB. RGB value is (241,234,187). Sum of RGB (Red+Green+Blue) = 241+234+187=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EABB is #0E1544. Grayscale: #E6E6E6. Windows color (decimal): -922949 or 12315377. OLE color: 12315377.
HSL color Cylindrical-coordinate representation of color #F1EABB: hue angle of 52.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1EABB is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 187 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.05 |
| HSL | 52.22º | 0.66% | 0.84% | - |
| HSV(B) | 52.22º | 0.22% | 0.95% | - |
| XYZ | 74.67 | 81.13 | 58.74 | - |
| YUV | 230.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 187 | 0 | 0.03 | 0.22 | 0.05 | 52.22 | 0.66 | 0.84 |
| Hex | F1 | EA | BB | 0 | 3 | 16 | 5 | 34 | 42 | 54 |
| Octal | 361 | 352 | 273 | 0 | 3 | 26 | 5 | 64 | 102 | 124 |
| Binary | 11110001 | 11101010 | 10111011 | 0 | 11 | 10110 | 101 | 110100 | 1000010 | 1010100 |
Color Harmonies of #F1EABB
Complementary color
Monochromatic Colors of #F1EABB
Black with #F1EABB
Text Example
Text Example
White with #F1EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EABB; }
p { color: rgb(241,234,187); }
H1.HeaderClassName
{
color: #F1EABB;
}
.AnyTagClassName
{
color: #F1EABB;
}
</style>
background-color css
<style>
a { background-color: #F1EABB; }
a { background-color: rgb(241,234,187); }
div.DivClassName
{
background-color: #F1EABB;
}
.BgClassName
{
background-color: #F1EABB;
}
</style>
border-color css
<style>
span { border-color: #F1EABB; }
span { border-color: rgb(241,234,187); }
td.TdClassName
{
border-color: #F1EABB;
}
.TagClassName
{
border-color: #F1EABB;
}
</style>