Html Css Color HEX #F1EABE Half Colonial White
📋 copy color: '#F1EABE'red 241 ◦ green 234 ◦ blue 190
Shades of Half Colonial White #F1EABE
Tints of Half Colonial White #F1EABE
RGB
CMYK
RGB Variations
Color information
#F1EABE (or 0xF1EABE) is known color: Half Colonial White. HEX triplet: F1, EA and BE. RGB value is (241,234,190). Sum of RGB (Red+Green+Blue) = 241+234+190=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EABE is #0E1541. Grayscale: #E7E7E7. Windows color (decimal): -922946 or 12511985. OLE color: 12511985.
HSL color Cylindrical-coordinate representation of color #F1EABE: hue angle of 51.76º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1EABE is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 190 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.05 |
| HSL | 51.76º | 0.65% | 0.85% | - |
| HSV(B) | 51.76º | 0.21% | 0.95% | - |
| XYZ | 74.99 | 81.26 | 60.45 | - |
| YUV | 231.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 190 | 0 | 0.03 | 0.21 | 0.05 | 51.76 | 0.65 | 0.85 |
| Hex | F1 | EA | BE | 0 | 3 | 15 | 5 | 34 | 41 | 55 |
| Octal | 361 | 352 | 276 | 0 | 3 | 25 | 5 | 64 | 101 | 125 |
| Binary | 11110001 | 11101010 | 10111110 | 0 | 11 | 10101 | 101 | 110100 | 1000001 | 1010101 |
Color Harmonies of #F1EABE
Complementary color
Monochromatic Colors of #F1EABE
Black with #F1EABE
Text Example
Text Example
White with #F1EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EABE; }
p { color: rgb(241,234,190); }
H1.HeaderClassName
{
color: #F1EABE;
}
.AnyTagClassName
{
color: #F1EABE;
}
</style>
background-color css
<style>
a { background-color: #F1EABE; }
a { background-color: rgb(241,234,190); }
div.DivClassName
{
background-color: #F1EABE;
}
.BgClassName
{
background-color: #F1EABE;
}
</style>
border-color css
<style>
span { border-color: #F1EABE; }
span { border-color: rgb(241,234,190); }
td.TdClassName
{
border-color: #F1EABE;
}
.TagClassName
{
border-color: #F1EABE;
}
</style>