Html Css Color HEX #F2E4BD Half Colonial White
📋 copy color: '#F2E4BD'red 242 ◦ green 228 ◦ blue 189
Shades of Half Colonial White #F2E4BD
Tints of Half Colonial White #F2E4BD
RGB
CMYK
RGB Variations
Color information
#F2E4BD (or 0xF2E4BD) is known color: Half Colonial White. HEX triplet: F2, E4 and BD. RGB value is (242,228,189). Sum of RGB (Red+Green+Blue) = 242+228+189=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4BD is #0D1B42. Grayscale: #E3E3E3. Windows color (decimal): -858947 or 12444914. OLE color: 12444914.
HSL color Cylindrical-coordinate representation of color #F2E4BD: hue angle of 44.15º 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 #F2E4BD is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 189 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.05 |
| HSL | 44.15º | 0.67% | 0.85% | - |
| HSV(B) | 44.15º | 0.22% | 0.95% | - |
| XYZ | 73.55 | 78.04 | 59.33 | - |
| YUV | 227.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 189 | 0 | 0.06 | 0.22 | 0.05 | 44.15 | 0.67 | 0.85 |
| Hex | F2 | E4 | BD | 0 | 6 | 16 | 5 | 2C | 43 | 55 |
| Octal | 362 | 344 | 275 | 0 | 6 | 26 | 5 | 54 | 103 | 125 |
| Binary | 11110010 | 11100100 | 10111101 | 0 | 110 | 10110 | 101 | 101100 | 1000011 | 1010101 |
Color Harmonies of #F2E4BD
Complementary color
Monochromatic Colors of #F2E4BD
Black with #F2E4BD
Text Example
Text Example
White with #F2E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4BD; }
p { color: rgb(242,228,189); }
H1.HeaderClassName
{
color: #F2E4BD;
}
.AnyTagClassName
{
color: #F2E4BD;
}
</style>
background-color css
<style>
a { background-color: #F2E4BD; }
a { background-color: rgb(242,228,189); }
div.DivClassName
{
background-color: #F2E4BD;
}
.BgClassName
{
background-color: #F2E4BD;
}
</style>
border-color css
<style>
span { border-color: #F2E4BD; }
span { border-color: rgb(242,228,189); }
td.TdClassName
{
border-color: #F2E4BD;
}
.TagClassName
{
border-color: #F2E4BD;
}
</style>