Shades of Romance #F1EDE4
Tints of Romance #F1EDE4
RGB
CMYK
RGB Variations
Color information
#F1EDE4 (or 0xF1EDE4) is known color: Romance. HEX triplet: F1, ED and E4. RGB value is (241,237,228). Sum of RGB (Red+Green+Blue) = 241+237+228=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 228 (89.45% from 255 or 32.29% from 706); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDE4 is #0E121B. Grayscale: #EDEDED. Windows color (decimal): -922140 or 15003121. OLE color: 15003121.
HSL color Cylindrical-coordinate representation of color #F1EDE4: hue angle of 41.54º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1EDE4 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 228 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.05 |
| HSL | 41.54º | 0.32% | 0.92% | - |
| HSV(B) | 41.54º | 0.05% | 0.95% | - |
| XYZ | 80.56 | 84.87 | 85.53 | - |
| YUV | 237.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 228 | 0 | 0.02 | 0.05 | 0.05 | 41.54 | 0.32 | 0.92 |
| Hex | F1 | ED | E4 | 0 | 2 | 5 | 5 | 2A | 20 | 5C |
| Octal | 361 | 355 | 344 | 0 | 2 | 5 | 5 | 52 | 40 | 134 |
| Binary | 11110001 | 11101101 | 11100100 | 0 | 10 | 101 | 101 | 101010 | 100000 | 1011100 |
Color Harmonies of #F1EDE4
Complementary color
Monochromatic Colors of #F1EDE4
Black with #F1EDE4
Text Example
Text Example
White with #F1EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDE4; }
p { color: rgb(241,237,228); }
H1.HeaderClassName
{
color: #F1EDE4;
}
.AnyTagClassName
{
color: #F1EDE4;
}
</style>
background-color css
<style>
a { background-color: #F1EDE4; }
a { background-color: rgb(241,237,228); }
div.DivClassName
{
background-color: #F1EDE4;
}
.BgClassName
{
background-color: #F1EDE4;
}
</style>
border-color css
<style>
span { border-color: #F1EDE4; }
span { border-color: rgb(241,237,228); }
td.TdClassName
{
border-color: #F1EDE4;
}
.TagClassName
{
border-color: #F1EDE4;
}
</style>