Html Css Color HEX #F2EABC Half Colonial White
📋 copy color: '#F2EABC'red 242 ◦ green 234 ◦ blue 188
Shades of Half Colonial White #F2EABC
Tints of Half Colonial White #F2EABC
RGB
CMYK
RGB Variations
Color information
#F2EABC (or 0xF2EABC) is known color: Half Colonial White. HEX triplet: F2, EA and BC. RGB value is (242,234,188). Sum of RGB (Red+Green+Blue) = 242+234+188=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EABC is #0D1543. Grayscale: #E7E7E7. Windows color (decimal): -857412 or 12380914. OLE color: 12380914.
HSL color Cylindrical-coordinate representation of color #F2EABC: hue angle of 51.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2EABC is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 188 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.05 |
| HSL | 51.11º | 0.68% | 0.84% | - |
| HSV(B) | 51.11º | 0.22% | 0.95% | - |
| XYZ | 75.12 | 81.35 | 59.32 | - |
| YUV | 231.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 188 | 0 | 0.03 | 0.22 | 0.05 | 51.11 | 0.68 | 0.84 |
| Hex | F2 | EA | BC | 0 | 3 | 16 | 5 | 33 | 44 | 54 |
| Octal | 362 | 352 | 274 | 0 | 3 | 26 | 5 | 63 | 104 | 124 |
| Binary | 11110010 | 11101010 | 10111100 | 0 | 11 | 10110 | 101 | 110011 | 1000100 | 1010100 |
Color Harmonies of #F2EABC
Complementary color
Monochromatic Colors of #F2EABC
Black with #F2EABC
Text Example
Text Example
White with #F2EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EABC; }
p { color: rgb(242,234,188); }
H1.HeaderClassName
{
color: #F2EABC;
}
.AnyTagClassName
{
color: #F2EABC;
}
</style>
background-color css
<style>
a { background-color: #F2EABC; }
a { background-color: rgb(242,234,188); }
div.DivClassName
{
background-color: #F2EABC;
}
.BgClassName
{
background-color: #F2EABC;
}
</style>
border-color css
<style>
span { border-color: #F2EABC; }
span { border-color: rgb(242,234,188); }
td.TdClassName
{
border-color: #F2EABC;
}
.TagClassName
{
border-color: #F2EABC;
}
</style>