Html Css Color HEX #F2EABA Half Colonial White
📋 copy color: '#F2EABA'red 242 ◦ green 234 ◦ blue 186
Shades of Half Colonial White #F2EABA
Tints of Half Colonial White #F2EABA
RGB
CMYK
RGB Variations
Color information
#F2EABA (or 0xF2EABA) is known color: Half Colonial White. HEX triplet: F2, EA and BA. RGB value is (242,234,186). Sum of RGB (Red+Green+Blue) = 242+234+186=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EABA is #0D1545. Grayscale: #E7E7E7. Windows color (decimal): -857414 or 12249842. OLE color: 12249842.
HSL color Cylindrical-coordinate representation of color #F2EABA: hue angle of 51.43º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2EABA is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 186 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.05 |
| HSL | 51.43º | 0.68% | 0.84% | - |
| HSV(B) | 51.43º | 0.23% | 0.95% | - |
| XYZ | 74.9 | 81.27 | 58.19 | - |
| YUV | 230.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 186 | 0 | 0.03 | 0.23 | 0.05 | 51.43 | 0.68 | 0.84 |
| Hex | F2 | EA | BA | 0 | 3 | 17 | 5 | 33 | 44 | 54 |
| Octal | 362 | 352 | 272 | 0 | 3 | 27 | 5 | 63 | 104 | 124 |
| Binary | 11110010 | 11101010 | 10111010 | 0 | 11 | 10111 | 101 | 110011 | 1000100 | 1010100 |
Color Harmonies of #F2EABA
Complementary color
Monochromatic Colors of #F2EABA
Black with #F2EABA
Text Example
Text Example
White with #F2EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EABA; }
p { color: rgb(242,234,186); }
H1.HeaderClassName
{
color: #F2EABA;
}
.AnyTagClassName
{
color: #F2EABA;
}
</style>
background-color css
<style>
a { background-color: #F2EABA; }
a { background-color: rgb(242,234,186); }
div.DivClassName
{
background-color: #F2EABA;
}
.BgClassName
{
background-color: #F2EABA;
}
</style>
border-color css
<style>
span { border-color: #F2EABA; }
span { border-color: rgb(242,234,186); }
td.TdClassName
{
border-color: #F2EABA;
}
.TagClassName
{
border-color: #F2EABA;
}
</style>