Html Css Color HEX #F2E6B8 Half Colonial White
📋 copy color: '#F2E6B8'red 242 ◦ green 230 ◦ blue 184
Shades of Half Colonial White #F2E6B8
Tints of Half Colonial White #F2E6B8
RGB
CMYK
RGB Variations
Color information
#F2E6B8 (or 0xF2E6B8) is known color: Half Colonial White. HEX triplet: F2, E6 and B8. RGB value is (242,230,184). Sum of RGB (Red+Green+Blue) = 242+230+184=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 184 (72.27% from 255 or 28.05% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6B8 is #0D1947. Grayscale: #E4E4E4. Windows color (decimal): -858440 or 12117746. OLE color: 12117746.
HSL color Cylindrical-coordinate representation of color #F2E6B8: hue angle of 47.59º 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 #F2E6B8 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 184 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.05 |
| HSL | 47.59º | 0.69% | 0.84% | - |
| HSV(B) | 47.59º | 0.24% | 0.95% | - |
| XYZ | 73.57 | 78.93 | 56.71 | - |
| YUV | 228.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 184 | 0 | 0.05 | 0.24 | 0.05 | 47.59 | 0.69 | 0.84 |
| Hex | F2 | E6 | B8 | 0 | 5 | 18 | 5 | 30 | 45 | 54 |
| Octal | 362 | 346 | 270 | 0 | 5 | 30 | 5 | 60 | 105 | 124 |
| Binary | 11110010 | 11100110 | 10111000 | 0 | 101 | 11000 | 101 | 110000 | 1000101 | 1010100 |
Color Harmonies of #F2E6B8
Complementary color
Monochromatic Colors of #F2E6B8
Black with #F2E6B8
Text Example
Text Example
White with #F2E6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6B8; }
p { color: rgb(242,230,184); }
H1.HeaderClassName
{
color: #F2E6B8;
}
.AnyTagClassName
{
color: #F2E6B8;
}
</style>
background-color css
<style>
a { background-color: #F2E6B8; }
a { background-color: rgb(242,230,184); }
div.DivClassName
{
background-color: #F2E6B8;
}
.BgClassName
{
background-color: #F2E6B8;
}
</style>
border-color css
<style>
span { border-color: #F2E6B8; }
span { border-color: rgb(242,230,184); }
td.TdClassName
{
border-color: #F2E6B8;
}
.TagClassName
{
border-color: #F2E6B8;
}
</style>