Html Css Color HEX #F0E6BF Half Colonial White
📋 copy color: '#F0E6BF'red 240 ◦ green 230 ◦ blue 191
Shades of Half Colonial White #F0E6BF
Tints of Half Colonial White #F0E6BF
RGB
CMYK
RGB Variations
Color information
#F0E6BF (or 0xF0E6BF) is known color: Half Colonial White. HEX triplet: F0, E6 and BF. RGB value is (240,230,191). Sum of RGB (Red+Green+Blue) = 240+230+191=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6BF is #0F1940. Grayscale: #E4E4E4. Windows color (decimal): -989505 or 12576496. OLE color: 12576496.
HSL color Cylindrical-coordinate representation of color #F0E6BF: hue angle of 47.76º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0E6BF is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 191 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.06 |
| HSL | 47.76º | 0.62% | 0.85% | - |
| HSV(B) | 47.76º | 0.2% | 0.94% | - |
| XYZ | 73.64 | 78.88 | 60.63 | - |
| YUV | 228.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 191 | 0 | 0.04 | 0.20 | 0.06 | 47.76 | 0.62 | 0.85 |
| Hex | F0 | E6 | BF | 0 | 4 | 14 | 6 | 30 | 3E | 55 |
| Octal | 360 | 346 | 277 | 0 | 4 | 24 | 6 | 60 | 76 | 125 |
| Binary | 11110000 | 11100110 | 10111111 | 0 | 100 | 10100 | 110 | 110000 | 111110 | 1010101 |
Color Harmonies of #F0E6BF
Complementary color
Monochromatic Colors of #F0E6BF
Black with #F0E6BF
Text Example
Text Example
White with #F0E6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6BF; }
p { color: rgb(240,230,191); }
H1.HeaderClassName
{
color: #F0E6BF;
}
.AnyTagClassName
{
color: #F0E6BF;
}
</style>
background-color css
<style>
a { background-color: #F0E6BF; }
a { background-color: rgb(240,230,191); }
div.DivClassName
{
background-color: #F0E6BF;
}
.BgClassName
{
background-color: #F0E6BF;
}
</style>
border-color css
<style>
span { border-color: #F0E6BF; }
span { border-color: rgb(240,230,191); }
td.TdClassName
{
border-color: #F0E6BF;
}
.TagClassName
{
border-color: #F0E6BF;
}
</style>