Html Css Color HEX #F2EAB8 Half Colonial White
📋 copy color: '#F2EAB8'red 242 ◦ green 234 ◦ blue 184
Shades of Half Colonial White #F2EAB8
Tints of Half Colonial White #F2EAB8
RGB
CMYK
RGB Variations
Color information
#F2EAB8 (or 0xF2EAB8) is known color: Half Colonial White. HEX triplet: F2, EA and B8. RGB value is (242,234,184). Sum of RGB (Red+Green+Blue) = 242+234+184=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 184 (72.27% from 255 or 27.88% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAB8 is #0D1547. Grayscale: #E6E6E6. Windows color (decimal): -857416 or 12118770. OLE color: 12118770.
HSL color Cylindrical-coordinate representation of color #F2EAB8: hue angle of 51.72º 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 #F2EAB8 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 184 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.05 |
| HSL | 51.72º | 0.69% | 0.84% | - |
| HSV(B) | 51.72º | 0.24% | 0.95% | - |
| XYZ | 74.69 | 81.18 | 57.08 | - |
| YUV | 230.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 184 | 0 | 0.03 | 0.24 | 0.05 | 51.72 | 0.69 | 0.84 |
| Hex | F2 | EA | B8 | 0 | 3 | 18 | 5 | 34 | 45 | 54 |
| Octal | 362 | 352 | 270 | 0 | 3 | 30 | 5 | 64 | 105 | 124 |
| Binary | 11110010 | 11101010 | 10111000 | 0 | 11 | 11000 | 101 | 110100 | 1000101 | 1010100 |
Color Harmonies of #F2EAB8
Complementary color
Monochromatic Colors of #F2EAB8
Black with #F2EAB8
Text Example
Text Example
White with #F2EAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAB8; }
p { color: rgb(242,234,184); }
H1.HeaderClassName
{
color: #F2EAB8;
}
.AnyTagClassName
{
color: #F2EAB8;
}
</style>
background-color css
<style>
a { background-color: #F2EAB8; }
a { background-color: rgb(242,234,184); }
div.DivClassName
{
background-color: #F2EAB8;
}
.BgClassName
{
background-color: #F2EAB8;
}
</style>
border-color css
<style>
span { border-color: #F2EAB8; }
span { border-color: rgb(242,234,184); }
td.TdClassName
{
border-color: #F2EAB8;
}
.TagClassName
{
border-color: #F2EAB8;
}
</style>