Shades of Romance #F1EDE3
Tints of Romance #F1EDE3
RGB
CMYK
RGB Variations
Color information
#F1EDE3 (or 0xF1EDE3) is known color: Romance. HEX triplet: F1, ED and E3. RGB value is (241,237,227). Sum of RGB (Red+Green+Blue) = 241+237+227=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 227 (89.06% from 255 or 32.20% from 705); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDE3 is #0E121C. Grayscale: #EDEDED. Windows color (decimal): -922141 or 14937585. OLE color: 14937585.
HSL color Cylindrical-coordinate representation of color #F1EDE3: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1EDE3 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 227 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.05 |
| HSL | 42.86º | 0.33% | 0.92% | - |
| HSV(B) | 42.86º | 0.06% | 0.95% | - |
| XYZ | 80.42 | 84.82 | 84.81 | - |
| YUV | 237.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 227 | 0 | 0.02 | 0.06 | 0.05 | 42.86 | 0.33 | 0.92 |
| Hex | F1 | ED | E3 | 0 | 2 | 6 | 5 | 2B | 21 | 5C |
| Octal | 361 | 355 | 343 | 0 | 2 | 6 | 5 | 53 | 41 | 134 |
| Binary | 11110001 | 11101101 | 11100011 | 0 | 10 | 110 | 101 | 101011 | 100001 | 1011100 |
Color Harmonies of #F1EDE3
Complementary color
Monochromatic Colors of #F1EDE3
Black with #F1EDE3
Text Example
Text Example
White with #F1EDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDE3; }
p { color: rgb(241,237,227); }
H1.HeaderClassName
{
color: #F1EDE3;
}
.AnyTagClassName
{
color: #F1EDE3;
}
</style>
background-color css
<style>
a { background-color: #F1EDE3; }
a { background-color: rgb(241,237,227); }
div.DivClassName
{
background-color: #F1EDE3;
}
.BgClassName
{
background-color: #F1EDE3;
}
</style>
border-color css
<style>
span { border-color: #F1EDE3; }
span { border-color: rgb(241,237,227); }
td.TdClassName
{
border-color: #F1EDE3;
}
.TagClassName
{
border-color: #F1EDE3;
}
</style>