Html Css Color HEX #F2EBB9 Half Colonial White
📋 copy color: '#F2EBB9'red 242 ◦ green 235 ◦ blue 185
Shades of Half Colonial White #F2EBB9
Tints of Half Colonial White #F2EBB9
RGB
CMYK
RGB Variations
Color information
#F2EBB9 (or 0xF2EBB9) is known color: Half Colonial White. HEX triplet: F2, EB and B9. RGB value is (242,235,185). Sum of RGB (Red+Green+Blue) = 242+235+185=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 185 (72.66% from 255 or 27.95% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBB9 is #0D1446. Grayscale: #E7E7E7. Windows color (decimal): -857159 or 12184562. OLE color: 12184562.
HSL color Cylindrical-coordinate representation of color #F2EBB9: hue angle of 52.63º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2EBB9 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 185 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.05 |
| HSL | 52.63º | 0.69% | 0.84% | - |
| HSV(B) | 52.63º | 0.24% | 0.95% | - |
| XYZ | 75.08 | 81.8 | 57.73 | - |
| YUV | 231.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 185 | 0 | 0.03 | 0.24 | 0.05 | 52.63 | 0.69 | 0.84 |
| Hex | F2 | EB | B9 | 0 | 3 | 18 | 5 | 35 | 45 | 54 |
| Octal | 362 | 353 | 271 | 0 | 3 | 30 | 5 | 65 | 105 | 124 |
| Binary | 11110010 | 11101011 | 10111001 | 0 | 11 | 11000 | 101 | 110101 | 1000101 | 1010100 |
Color Harmonies of #F2EBB9
Complementary color
Monochromatic Colors of #F2EBB9
Black with #F2EBB9
Text Example
Text Example
White with #F2EBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBB9; }
p { color: rgb(242,235,185); }
H1.HeaderClassName
{
color: #F2EBB9;
}
.AnyTagClassName
{
color: #F2EBB9;
}
</style>
background-color css
<style>
a { background-color: #F2EBB9; }
a { background-color: rgb(242,235,185); }
div.DivClassName
{
background-color: #F2EBB9;
}
.BgClassName
{
background-color: #F2EBB9;
}
</style>
border-color css
<style>
span { border-color: #F2EBB9; }
span { border-color: rgb(242,235,185); }
td.TdClassName
{
border-color: #F2EBB9;
}
.TagClassName
{
border-color: #F2EBB9;
}
</style>