Html Css Color HEX #F2E8C3 Half Colonial White
📋 copy color: '#F2E8C3'red 242 ◦ green 232 ◦ blue 195
Shades of Half Colonial White #F2E8C3
Tints of Half Colonial White #F2E8C3
RGB
CMYK
RGB Variations
Color information
#F2E8C3 (or 0xF2E8C3) is known color: Half Colonial White. HEX triplet: F2, E8 and C3. RGB value is (242,232,195). Sum of RGB (Red+Green+Blue) = 242+232+195=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8C3 is #0D173C. Grayscale: #E6E6E6. Windows color (decimal): -857917 or 12839154. OLE color: 12839154.
HSL color Cylindrical-coordinate representation of color #F2E8C3: hue angle of 47.23º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2E8C3 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 195 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.05 |
| HSL | 47.23º | 0.64% | 0.86% | - |
| HSV(B) | 47.23º | 0.19% | 0.95% | - |
| XYZ | 75.32 | 80.53 | 63.2 | - |
| YUV | 230.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 195 | 0 | 0.04 | 0.19 | 0.05 | 47.23 | 0.64 | 0.86 |
| Hex | F2 | E8 | C3 | 0 | 4 | 13 | 5 | 2F | 40 | 56 |
| Octal | 362 | 350 | 303 | 0 | 4 | 23 | 5 | 57 | 100 | 126 |
| Binary | 11110010 | 11101000 | 11000011 | 0 | 100 | 10011 | 101 | 101111 | 1000000 | 1010110 |
Color Harmonies of #F2E8C3
Complementary color
Monochromatic Colors of #F2E8C3
Black with #F2E8C3
Text Example
Text Example
White with #F2E8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E8C3; }
p { color: rgb(242,232,195); }
H1.HeaderClassName
{
color: #F2E8C3;
}
.AnyTagClassName
{
color: #F2E8C3;
}
</style>
background-color css
<style>
a { background-color: #F2E8C3; }
a { background-color: rgb(242,232,195); }
div.DivClassName
{
background-color: #F2E8C3;
}
.BgClassName
{
background-color: #F2E8C3;
}
</style>
border-color css
<style>
span { border-color: #F2E8C3; }
span { border-color: rgb(242,232,195); }
td.TdClassName
{
border-color: #F2E8C3;
}
.TagClassName
{
border-color: #F2E8C3;
}
</style>