Html Css Color HEX #F5E6BC Half Colonial White
📋 copy color: '#F5E6BC'red 245 ◦ green 230 ◦ blue 188
Shades of Half Colonial White #F5E6BC
Tints of Half Colonial White #F5E6BC
RGB
CMYK
RGB Variations
Color information
#F5E6BC (or 0xF5E6BC) is known color: Half Colonial White. HEX triplet: F5, E6 and BC. RGB value is (245,230,188). Sum of RGB (Red+Green+Blue) = 245+230+188=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E6BC is #0A1943. Grayscale: #E5E5E5. Windows color (decimal): -661828 or 12379893. OLE color: 12379893.
HSL color Cylindrical-coordinate representation of color #F5E6BC: hue angle of 44.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5E6BC is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 188 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.04 |
| HSL | 44.21º | 0.74% | 0.85% | - |
| HSV(B) | 44.21º | 0.23% | 0.96% | - |
| XYZ | 75.03 | 79.64 | 58.99 | - |
| YUV | 229.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 188 | 0 | 0.06 | 0.23 | 0.04 | 44.21 | 0.74 | 0.85 |
| Hex | F5 | E6 | BC | 0 | 6 | 17 | 4 | 2C | 4A | 55 |
| Octal | 365 | 346 | 274 | 0 | 6 | 27 | 4 | 54 | 112 | 125 |
| Binary | 11110101 | 11100110 | 10111100 | 0 | 110 | 10111 | 100 | 101100 | 1001010 | 1010101 |
Color Harmonies of #F5E6BC
Complementary color
Monochromatic Colors of #F5E6BC
Black with #F5E6BC
Text Example
Text Example
White with #F5E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E6BC; }
p { color: rgb(245,230,188); }
H1.HeaderClassName
{
color: #F5E6BC;
}
.AnyTagClassName
{
color: #F5E6BC;
}
</style>
background-color css
<style>
a { background-color: #F5E6BC; }
a { background-color: rgb(245,230,188); }
div.DivClassName
{
background-color: #F5E6BC;
}
.BgClassName
{
background-color: #F5E6BC;
}
</style>
border-color css
<style>
span { border-color: #F5E6BC; }
span { border-color: rgb(245,230,188); }
td.TdClassName
{
border-color: #F5E6BC;
}
.TagClassName
{
border-color: #F5E6BC;
}
</style>