Html Css Color HEX #F2E7C3 Half Colonial White
📋 copy color: '#F2E7C3'red 242 ◦ green 231 ◦ blue 195
Shades of Half Colonial White #F2E7C3
Tints of Half Colonial White #F2E7C3
RGB
CMYK
RGB Variations
Color information
#F2E7C3 (or 0xF2E7C3) is known color: Half Colonial White. HEX triplet: F2, E7 and C3. RGB value is (242,231,195). Sum of RGB (Red+Green+Blue) = 242+231+195=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7C3 is #0D183C. Grayscale: #E6E6E6. Windows color (decimal): -858173 or 12838898. OLE color: 12838898.
HSL color Cylindrical-coordinate representation of color #F2E7C3: hue angle of 45.96º 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 #F2E7C3 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 195 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.05 |
| HSL | 45.96º | 0.64% | 0.86% | - |
| HSV(B) | 45.96º | 0.19% | 0.95% | - |
| XYZ | 75.04 | 79.97 | 63.11 | - |
| YUV | 230.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 195 | 0 | 0.05 | 0.19 | 0.05 | 45.96 | 0.64 | 0.86 |
| Hex | F2 | E7 | C3 | 0 | 5 | 13 | 5 | 2E | 40 | 56 |
| Octal | 362 | 347 | 303 | 0 | 5 | 23 | 5 | 56 | 100 | 126 |
| Binary | 11110010 | 11100111 | 11000011 | 0 | 101 | 10011 | 101 | 101110 | 1000000 | 1010110 |
Color Harmonies of #F2E7C3
Complementary color
Monochromatic Colors of #F2E7C3
Black with #F2E7C3
Text Example
Text Example
White with #F2E7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7C3; }
p { color: rgb(242,231,195); }
H1.HeaderClassName
{
color: #F2E7C3;
}
.AnyTagClassName
{
color: #F2E7C3;
}
</style>
background-color css
<style>
a { background-color: #F2E7C3; }
a { background-color: rgb(242,231,195); }
div.DivClassName
{
background-color: #F2E7C3;
}
.BgClassName
{
background-color: #F2E7C3;
}
</style>
border-color css
<style>
span { border-color: #F2E7C3; }
span { border-color: rgb(242,231,195); }
td.TdClassName
{
border-color: #F2E7C3;
}
.TagClassName
{
border-color: #F2E7C3;
}
</style>