Html Css Color HEX #F2E3BD Half Colonial White
📋 copy color: '#F2E3BD'red 242 ◦ green 227 ◦ blue 189
Shades of Half Colonial White #F2E3BD
Tints of Half Colonial White #F2E3BD
RGB
CMYK
RGB Variations
Color information
#F2E3BD (or 0xF2E3BD) is known color: Half Colonial White. HEX triplet: F2, E3 and BD. RGB value is (242,227,189). Sum of RGB (Red+Green+Blue) = 242+227+189=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3BD is #0D1C42. Grayscale: #E3E3E3. Windows color (decimal): -859203 or 12444658. OLE color: 12444658.
HSL color Cylindrical-coordinate representation of color #F2E3BD: hue angle of 43.02º 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 #F2E3BD is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 189 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.05 |
| HSL | 43.02º | 0.67% | 0.85% | - |
| HSV(B) | 43.02º | 0.22% | 0.95% | - |
| XYZ | 73.27 | 77.49 | 59.24 | - |
| YUV | 227.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 189 | 0 | 0.06 | 0.22 | 0.05 | 43.02 | 0.67 | 0.85 |
| Hex | F2 | E3 | BD | 0 | 6 | 16 | 5 | 2B | 43 | 55 |
| Octal | 362 | 343 | 275 | 0 | 6 | 26 | 5 | 53 | 103 | 125 |
| Binary | 11110010 | 11100011 | 10111101 | 0 | 110 | 10110 | 101 | 101011 | 1000011 | 1010101 |
Color Harmonies of #F2E3BD
Complementary color
Monochromatic Colors of #F2E3BD
Black with #F2E3BD
Text Example
Text Example
White with #F2E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3BD; }
p { color: rgb(242,227,189); }
H1.HeaderClassName
{
color: #F2E3BD;
}
.AnyTagClassName
{
color: #F2E3BD;
}
</style>
background-color css
<style>
a { background-color: #F2E3BD; }
a { background-color: rgb(242,227,189); }
div.DivClassName
{
background-color: #F2E3BD;
}
.BgClassName
{
background-color: #F2E3BD;
}
</style>
border-color css
<style>
span { border-color: #F2E3BD; }
span { border-color: rgb(242,227,189); }
td.TdClassName
{
border-color: #F2E3BD;
}
.TagClassName
{
border-color: #F2E3BD;
}
</style>