Shades of Romance #F1EDE5
Tints of Romance #F1EDE5
RGB
CMYK
RGB Variations
Color information
#F1EDE5 (or 0xF1EDE5) is known color: Romance. HEX triplet: F1, ED and E5. RGB value is (241,237,229). Sum of RGB (Red+Green+Blue) = 241+237+229=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDE5 is #0E121A. Grayscale: #EDEDED. Windows color (decimal): -922139 or 15068657. OLE color: 15068657.
HSL color Cylindrical-coordinate representation of color #F1EDE5: hue angle of 40º degrees, saturation: 0.3, 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 #F1EDE5 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 229 | - |
CMYK | 0 | 0.02 | 0.05 | 0.05 |
HSL | 40º | 0.3% | 0.92% | - |
HSV(B) | 40º | 0.05% | 0.95% | - |
XYZ | 80.7 | 84.93 | 86.27 | - |
YUV | 237.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 229 | 0 | 0.02 | 0.05 | 0.05 | 40 | 0.3 | 0.92 |
Hex | F1 | ED | E5 | 0 | 2 | 5 | 5 | 28 | 1E | 5C |
Octal | 361 | 355 | 345 | 0 | 2 | 5 | 5 | 50 | 36 | 134 |
Binary | 11110001 | 11101101 | 11100101 | 0 | 10 | 101 | 101 | 101000 | 11110 | 1011100 |
Color Harmonies of #F1EDE5
Complementary color
Monochromatic Colors of #F1EDE5
Black with #F1EDE5
Text Example
Text Example
White with #F1EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDE5; }
p { color: rgb(241,237,229); }
H1.HeaderClassName
{
color: #F1EDE5;
}
.AnyTagClassName
{
color: #F1EDE5;
}
</style>
background-color css
<style>
a { background-color: #F1EDE5; }
a { background-color: rgb(241,237,229); }
div.DivClassName
{
background-color: #F1EDE5;
}
.BgClassName
{
background-color: #F1EDE5;
}
</style>
border-color css
<style>
span { border-color: #F1EDE5; }
span { border-color: rgb(241,237,229); }
td.TdClassName
{
border-color: #F1EDE5;
}
.TagClassName
{
border-color: #F1EDE5;
}
</style>