Html Css Color HEX #F6EBBB Half Colonial White
📋 copy color: '#F6EBBB'red 246 ◦ green 235 ◦ blue 187
Shades of Half Colonial White #F6EBBB
Tints of Half Colonial White #F6EBBB
RGB
CMYK
RGB Variations
Color information
#F6EBBB (or 0xF6EBBB) is known color: Half Colonial White. HEX triplet: F6, EB and BB. RGB value is (246,235,187). Sum of RGB (Red+Green+Blue) = 246+235+187=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 187 (73.44% from 255 or 27.99% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBBB is #091444. Grayscale: #E9E9E9. Windows color (decimal): -595013 or 12315638. OLE color: 12315638.
HSL color Cylindrical-coordinate representation of color #F6EBBB: hue angle of 48.81º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6EBBB is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 235 | 187 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.04 |
| HSL | 48.81º | 0.77% | 0.85% | - |
| HSV(B) | 48.81º | 0.24% | 0.96% | - |
| XYZ | 76.68 | 82.6 | 58.91 | - |
| YUV | 232.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 235 | 187 | 0 | 0.04 | 0.24 | 0.04 | 48.81 | 0.77 | 0.85 |
| Hex | F6 | EB | BB | 0 | 4 | 18 | 4 | 31 | 4D | 55 |
| Octal | 366 | 353 | 273 | 0 | 4 | 30 | 4 | 61 | 115 | 125 |
| Binary | 11110110 | 11101011 | 10111011 | 0 | 100 | 11000 | 100 | 110001 | 1001101 | 1010101 |
Color Harmonies of #F6EBBB
Complementary color
Monochromatic Colors of #F6EBBB
Black with #F6EBBB
Text Example
Text Example
White with #F6EBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EBBB; }
p { color: rgb(246,235,187); }
H1.HeaderClassName
{
color: #F6EBBB;
}
.AnyTagClassName
{
color: #F6EBBB;
}
</style>
background-color css
<style>
a { background-color: #F6EBBB; }
a { background-color: rgb(246,235,187); }
div.DivClassName
{
background-color: #F6EBBB;
}
.BgClassName
{
background-color: #F6EBBB;
}
</style>
border-color css
<style>
span { border-color: #F6EBBB; }
span { border-color: rgb(246,235,187); }
td.TdClassName
{
border-color: #F6EBBB;
}
.TagClassName
{
border-color: #F6EBBB;
}
</style>