Html Css Color HEX #F2E7BD Half Colonial White
📋 copy color: '#F2E7BD'red 242 ◦ green 231 ◦ blue 189
Shades of Half Colonial White #F2E7BD
Tints of Half Colonial White #F2E7BD
RGB
CMYK
RGB Variations
Color information
#F2E7BD (or 0xF2E7BD) is known color: Half Colonial White. HEX triplet: F2, E7 and BD. RGB value is (242,231,189). Sum of RGB (Red+Green+Blue) = 242+231+189=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7BD is #0D1842. Grayscale: #E5E5E5. Windows color (decimal): -858179 or 12445682. OLE color: 12445682.
HSL color Cylindrical-coordinate representation of color #F2E7BD: hue angle of 47.55º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2E7BD is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 189 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.05 |
| HSL | 47.55º | 0.67% | 0.85% | - |
| HSV(B) | 47.55º | 0.22% | 0.95% | - |
| XYZ | 74.38 | 79.7 | 59.61 | - |
| YUV | 229.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 189 | 0 | 0.05 | 0.22 | 0.05 | 47.55 | 0.67 | 0.85 |
| Hex | F2 | E7 | BD | 0 | 5 | 16 | 5 | 30 | 43 | 55 |
| Octal | 362 | 347 | 275 | 0 | 5 | 26 | 5 | 60 | 103 | 125 |
| Binary | 11110010 | 11100111 | 10111101 | 0 | 101 | 10110 | 101 | 110000 | 1000011 | 1010101 |
Color Harmonies of #F2E7BD
Complementary color
Monochromatic Colors of #F2E7BD
Black with #F2E7BD
Text Example
Text Example
White with #F2E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7BD; }
p { color: rgb(242,231,189); }
H1.HeaderClassName
{
color: #F2E7BD;
}
.AnyTagClassName
{
color: #F2E7BD;
}
</style>
background-color css
<style>
a { background-color: #F2E7BD; }
a { background-color: rgb(242,231,189); }
div.DivClassName
{
background-color: #F2E7BD;
}
.BgClassName
{
background-color: #F2E7BD;
}
</style>
border-color css
<style>
span { border-color: #F2E7BD; }
span { border-color: rgb(242,231,189); }
td.TdClassName
{
border-color: #F2E7BD;
}
.TagClassName
{
border-color: #F2E7BD;
}
</style>