Html Css Color HEX #F6EABF Half Colonial White
📋 copy color: '#F6EABF'red 246 ◦ green 234 ◦ blue 191
Shades of Half Colonial White #F6EABF
Tints of Half Colonial White #F6EABF
RGB
CMYK
RGB Variations
Color information
#F6EABF (or 0xF6EABF) is known color: Half Colonial White. HEX triplet: F6, EA and BF. RGB value is (246,234,191). Sum of RGB (Red+Green+Blue) = 246+234+191=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EABF is #091540. Grayscale: #E8E8E8. Windows color (decimal): -595265 or 12577526. OLE color: 12577526.
HSL color Cylindrical-coordinate representation of color #F6EABF: hue angle of 46.91º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6EABF is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 191 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.04 |
| HSL | 46.91º | 0.75% | 0.86% | - |
| HSV(B) | 46.91º | 0.22% | 0.96% | - |
| XYZ | 76.83 | 82.2 | 61.11 | - |
| YUV | 232.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 191 | 0 | 0.05 | 0.22 | 0.04 | 46.91 | 0.75 | 0.86 |
| Hex | F6 | EA | BF | 0 | 5 | 16 | 4 | 2F | 4B | 56 |
| Octal | 366 | 352 | 277 | 0 | 5 | 26 | 4 | 57 | 113 | 126 |
| Binary | 11110110 | 11101010 | 10111111 | 0 | 101 | 10110 | 100 | 101111 | 1001011 | 1010110 |
Color Harmonies of #F6EABF
Complementary color
Monochromatic Colors of #F6EABF
Black with #F6EABF
Text Example
Text Example
White with #F6EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EABF; }
p { color: rgb(246,234,191); }
H1.HeaderClassName
{
color: #F6EABF;
}
.AnyTagClassName
{
color: #F6EABF;
}
</style>
background-color css
<style>
a { background-color: #F6EABF; }
a { background-color: rgb(246,234,191); }
div.DivClassName
{
background-color: #F6EABF;
}
.BgClassName
{
background-color: #F6EABF;
}
</style>
border-color css
<style>
span { border-color: #F6EABF; }
span { border-color: rgb(246,234,191); }
td.TdClassName
{
border-color: #F6EABF;
}
.TagClassName
{
border-color: #F6EABF;
}
</style>