Html Css Color HEX #F6EABE Half Colonial White
📋 copy color: '#F6EABE'red 246 ◦ green 234 ◦ blue 190
Shades of Half Colonial White #F6EABE
Tints of Half Colonial White #F6EABE
RGB
CMYK
RGB Variations
Color information
#F6EABE (or 0xF6EABE) is known color: Half Colonial White. HEX triplet: F6, EA and BE. RGB value is (246,234,190). Sum of RGB (Red+Green+Blue) = 246+234+190=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EABE is #091541. Grayscale: #E8E8E8. Windows color (decimal): -595266 or 12511990. OLE color: 12511990.
HSL color Cylindrical-coordinate representation of color #F6EABE: hue angle of 47.14º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6EABE is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 190 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.04 |
| HSL | 47.14º | 0.76% | 0.85% | - |
| HSV(B) | 47.14º | 0.23% | 0.96% | - |
| XYZ | 76.72 | 82.16 | 60.53 | - |
| YUV | 232.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 190 | 0 | 0.05 | 0.23 | 0.04 | 47.14 | 0.76 | 0.85 |
| Hex | F6 | EA | BE | 0 | 5 | 17 | 4 | 2F | 4C | 55 |
| Octal | 366 | 352 | 276 | 0 | 5 | 27 | 4 | 57 | 114 | 125 |
| Binary | 11110110 | 11101010 | 10111110 | 0 | 101 | 10111 | 100 | 101111 | 1001100 | 1010101 |
Color Harmonies of #F6EABE
Complementary color
Monochromatic Colors of #F6EABE
Black with #F6EABE
Text Example
Text Example
White with #F6EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EABE; }
p { color: rgb(246,234,190); }
H1.HeaderClassName
{
color: #F6EABE;
}
.AnyTagClassName
{
color: #F6EABE;
}
</style>
background-color css
<style>
a { background-color: #F6EABE; }
a { background-color: rgb(246,234,190); }
div.DivClassName
{
background-color: #F6EABE;
}
.BgClassName
{
background-color: #F6EABE;
}
</style>
border-color css
<style>
span { border-color: #F6EABE; }
span { border-color: rgb(246,234,190); }
td.TdClassName
{
border-color: #F6EABE;
}
.TagClassName
{
border-color: #F6EABE;
}
</style>