Html Css Color HEX #F2EABB Half Colonial White
📋 copy color: '#F2EABB'red 242 ◦ green 234 ◦ blue 187
Shades of Half Colonial White #F2EABB
Tints of Half Colonial White #F2EABB
RGB
CMYK
RGB Variations
Color information
#F2EABB (or 0xF2EABB) is known color: Half Colonial White. HEX triplet: F2, EA and BB. RGB value is (242,234,187). Sum of RGB (Red+Green+Blue) = 242+234+187=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EABB is #0D1544. Grayscale: #E7E7E7. Windows color (decimal): -857413 or 12315378. OLE color: 12315378.
HSL color Cylindrical-coordinate representation of color #F2EABB: hue angle of 51.27º 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 #F2EABB is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 187 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.05 |
| HSL | 51.27º | 0.68% | 0.84% | - |
| HSV(B) | 51.27º | 0.23% | 0.95% | - |
| XYZ | 75.01 | 81.31 | 58.75 | - |
| YUV | 231.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 187 | 0 | 0.03 | 0.23 | 0.05 | 51.27 | 0.68 | 0.84 |
| Hex | F2 | EA | BB | 0 | 3 | 17 | 5 | 33 | 44 | 54 |
| Octal | 362 | 352 | 273 | 0 | 3 | 27 | 5 | 63 | 104 | 124 |
| Binary | 11110010 | 11101010 | 10111011 | 0 | 11 | 10111 | 101 | 110011 | 1000100 | 1010100 |
Color Harmonies of #F2EABB
Complementary color
Monochromatic Colors of #F2EABB
Black with #F2EABB
Text Example
Text Example
White with #F2EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EABB; }
p { color: rgb(242,234,187); }
H1.HeaderClassName
{
color: #F2EABB;
}
.AnyTagClassName
{
color: #F2EABB;
}
</style>
background-color css
<style>
a { background-color: #F2EABB; }
a { background-color: rgb(242,234,187); }
div.DivClassName
{
background-color: #F2EABB;
}
.BgClassName
{
background-color: #F2EABB;
}
</style>
border-color css
<style>
span { border-color: #F2EABB; }
span { border-color: rgb(242,234,187); }
td.TdClassName
{
border-color: #F2EABB;
}
.TagClassName
{
border-color: #F2EABB;
}
</style>