Shades of Romance #F1ECE2
Tints of Romance #F1ECE2
RGB
CMYK
RGB Variations
Color information
#F1ECE2 (or 0xF1ECE2) is known color: Romance. HEX triplet: F1, EC and E2. RGB value is (241,236,226). Sum of RGB (Red+Green+Blue) = 241+236+226=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECE2 is #0E131D. Grayscale: #ECECEC. Windows color (decimal): -922398 or 14871793. OLE color: 14871793.
HSL color Cylindrical-coordinate representation of color #F1ECE2: hue angle of 40º degrees, saturation: 0.35, 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 #F1ECE2 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 236 | 226 | - |
CMYK | 0 | 0.02 | 0.06 | 0.05 |
HSL | 40º | 0.35% | 0.92% | - |
HSV(B) | 40º | 0.06% | 0.95% | - |
XYZ | 80 | 84.18 | 83.98 | - |
YUV | 236.36 | 122.16 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 236 | 226 | 0 | 0.02 | 0.06 | 0.05 | 40 | 0.35 | 0.92 |
Hex | F1 | EC | E2 | 0 | 2 | 6 | 5 | 28 | 23 | 5C |
Octal | 361 | 354 | 342 | 0 | 2 | 6 | 5 | 50 | 43 | 134 |
Binary | 11110001 | 11101100 | 11100010 | 0 | 10 | 110 | 101 | 101000 | 100011 | 1011100 |
Color Harmonies of #F1ECE2
Complementary color
Monochromatic Colors of #F1ECE2
Black with #F1ECE2
Text Example
Text Example
White with #F1ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECE2; }
p { color: rgb(241,236,226); }
H1.HeaderClassName
{
color: #F1ECE2;
}
.AnyTagClassName
{
color: #F1ECE2;
}
</style>
background-color css
<style>
a { background-color: #F1ECE2; }
a { background-color: rgb(241,236,226); }
div.DivClassName
{
background-color: #F1ECE2;
}
.BgClassName
{
background-color: #F1ECE2;
}
</style>
border-color css
<style>
span { border-color: #F1ECE2; }
span { border-color: rgb(241,236,226); }
td.TdClassName
{
border-color: #F1ECE2;
}
.TagClassName
{
border-color: #F1ECE2;
}
</style>