Html Css Color HEX #F2EBBE Half Colonial White
📋 copy color: '#F2EBBE'red 242 ◦ green 235 ◦ blue 190
Shades of Half Colonial White #F2EBBE
Tints of Half Colonial White #F2EBBE
RGB
CMYK
RGB Variations
Color information
#F2EBBE (or 0xF2EBBE) is known color: Half Colonial White. HEX triplet: F2, EB and BE. RGB value is (242,235,190). Sum of RGB (Red+Green+Blue) = 242+235+190=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBBE is #0D1441. Grayscale: #E8E8E8. Windows color (decimal): -857154 or 12512242. OLE color: 12512242.
HSL color Cylindrical-coordinate representation of color #F2EBBE: hue angle of 51.92º degrees, saturation: 0.67, 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 #F2EBBE is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 190 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.05 |
| HSL | 51.92º | 0.67% | 0.85% | - |
| HSV(B) | 51.92º | 0.21% | 0.95% | - |
| XYZ | 75.62 | 82.01 | 60.56 | - |
| YUV | 231.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 190 | 0 | 0.03 | 0.21 | 0.05 | 51.92 | 0.67 | 0.85 |
| Hex | F2 | EB | BE | 0 | 3 | 15 | 5 | 34 | 43 | 55 |
| Octal | 362 | 353 | 276 | 0 | 3 | 25 | 5 | 64 | 103 | 125 |
| Binary | 11110010 | 11101011 | 10111110 | 0 | 11 | 10101 | 101 | 110100 | 1000011 | 1010101 |
Color Harmonies of #F2EBBE
Complementary color
Monochromatic Colors of #F2EBBE
Black with #F2EBBE
Text Example
Text Example
White with #F2EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBBE; }
p { color: rgb(242,235,190); }
H1.HeaderClassName
{
color: #F2EBBE;
}
.AnyTagClassName
{
color: #F2EBBE;
}
</style>
background-color css
<style>
a { background-color: #F2EBBE; }
a { background-color: rgb(242,235,190); }
div.DivClassName
{
background-color: #F2EBBE;
}
.BgClassName
{
background-color: #F2EBBE;
}
</style>
border-color css
<style>
span { border-color: #F2EBBE; }
span { border-color: rgb(242,235,190); }
td.TdClassName
{
border-color: #F2EBBE;
}
.TagClassName
{
border-color: #F2EBBE;
}
</style>