Html Css Color HEX #F2E8B8 Half Colonial White
📋 copy color: '#F2E8B8'red 242 ◦ green 232 ◦ blue 184
Shades of Half Colonial White #F2E8B8
Tints of Half Colonial White #F2E8B8
RGB
CMYK
RGB Variations
Color information
#F2E8B8 (or 0xF2E8B8) is known color: Half Colonial White. HEX triplet: F2, E8 and B8. RGB value is (242,232,184). Sum of RGB (Red+Green+Blue) = 242+232+184=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 184 (72.27% from 255 or 27.96% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8B8 is #0D1747. Grayscale: #E5E5E5. Windows color (decimal): -857928 or 12118258. OLE color: 12118258.
HSL color Cylindrical-coordinate representation of color #F2E8B8: hue angle of 49.66º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2E8B8 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 184 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.05 |
| HSL | 49.66º | 0.69% | 0.84% | - |
| HSV(B) | 49.66º | 0.24% | 0.95% | - |
| XYZ | 74.13 | 80.05 | 56.89 | - |
| YUV | 229.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 184 | 0 | 0.04 | 0.24 | 0.05 | 49.66 | 0.69 | 0.84 |
| Hex | F2 | E8 | B8 | 0 | 4 | 18 | 5 | 32 | 45 | 54 |
| Octal | 362 | 350 | 270 | 0 | 4 | 30 | 5 | 62 | 105 | 124 |
| Binary | 11110010 | 11101000 | 10111000 | 0 | 100 | 11000 | 101 | 110010 | 1000101 | 1010100 |
Color Harmonies of #F2E8B8
Complementary color
Monochromatic Colors of #F2E8B8
Black with #F2E8B8
Text Example
Text Example
White with #F2E8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E8B8; }
p { color: rgb(242,232,184); }
H1.HeaderClassName
{
color: #F2E8B8;
}
.AnyTagClassName
{
color: #F2E8B8;
}
</style>
background-color css
<style>
a { background-color: #F2E8B8; }
a { background-color: rgb(242,232,184); }
div.DivClassName
{
background-color: #F2E8B8;
}
.BgClassName
{
background-color: #F2E8B8;
}
</style>
border-color css
<style>
span { border-color: #F2E8B8; }
span { border-color: rgb(242,232,184); }
td.TdClassName
{
border-color: #F2E8B8;
}
.TagClassName
{
border-color: #F2E8B8;
}
</style>