Html Css Color HEX #F1E5C1 Half Colonial White
📋 copy color: '#F1E5C1'red 241 ◦ green 229 ◦ blue 193
Shades of Half Colonial White #F1E5C1
Tints of Half Colonial White #F1E5C1
RGB
CMYK
RGB Variations
Color information
#F1E5C1 (or 0xF1E5C1) is known color: Half Colonial White. HEX triplet: F1, E5 and C1. RGB value is (241,229,193). Sum of RGB (Red+Green+Blue) = 241+229+193=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 229 (89.84% from 255 or 34.54% from 663); Blue value is 193 (75.78% from 255 or 29.11% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5C1 is #0E1A3E. Grayscale: #E4E4E4. Windows color (decimal): -924223 or 12707313. OLE color: 12707313.
HSL color Cylindrical-coordinate representation of color #F1E5C1: hue angle of 45º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1E5C1 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 193 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.05 |
| HSL | 45º | 0.63% | 0.85% | - |
| HSV(B) | 45º | 0.2% | 0.95% | - |
| XYZ | 73.92 | 78.59 | 61.73 | - |
| YUV | 228.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 193 | 0 | 0.05 | 0.20 | 0.05 | 45 | 0.63 | 0.85 |
| Hex | F1 | E5 | C1 | 0 | 5 | 14 | 5 | 2D | 3F | 55 |
| Octal | 361 | 345 | 301 | 0 | 5 | 24 | 5 | 55 | 77 | 125 |
| Binary | 11110001 | 11100101 | 11000001 | 0 | 101 | 10100 | 101 | 101101 | 111111 | 1010101 |
Color Harmonies of #F1E5C1
Complementary color
Monochromatic Colors of #F1E5C1
Black with #F1E5C1
Text Example
Text Example
White with #F1E5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5C1; }
p { color: rgb(241,229,193); }
H1.HeaderClassName
{
color: #F1E5C1;
}
.AnyTagClassName
{
color: #F1E5C1;
}
</style>
background-color css
<style>
a { background-color: #F1E5C1; }
a { background-color: rgb(241,229,193); }
div.DivClassName
{
background-color: #F1E5C1;
}
.BgClassName
{
background-color: #F1E5C1;
}
</style>
border-color css
<style>
span { border-color: #F1E5C1; }
span { border-color: rgb(241,229,193); }
td.TdClassName
{
border-color: #F1E5C1;
}
.TagClassName
{
border-color: #F1E5C1;
}
</style>