Shades of Remy #F1E2DF
Tints of Remy #F1E2DF
RGB
CMYK
RGB Variations
Color information
#F1E2DF (or 0xF1E2DF) is known color: Remy. HEX triplet: F1, E2 and DF. RGB value is (241,226,223). Sum of RGB (Red+Green+Blue) = 241+226+223=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2DF is #0E1D20. Grayscale: #E6E6E6. Windows color (decimal): -924961 or 14672625. OLE color: 14672625.
HSL color Cylindrical-coordinate representation of color #F1E2DF: hue angle of 10º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E2DF is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 223 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.05 |
| HSL | 10º | 0.39% | 0.91% | - |
| HSV(B) | 10º | 0.07% | 0.95% | - |
| XYZ | 76.79 | 78.42 | 80.9 | - |
| YUV | 230.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 223 | 0 | 0.06 | 0.07 | 0.05 | 10 | 0.39 | 0.91 |
| Hex | F1 | E2 | DF | 0 | 6 | 7 | 5 | A | 27 | 5B |
| Octal | 361 | 342 | 337 | 0 | 6 | 7 | 5 | 12 | 47 | 133 |
| Binary | 11110001 | 11100010 | 11011111 | 0 | 110 | 111 | 101 | 1010 | 100111 | 1011011 |
Color Harmonies of #F1E2DF
Complementary color
Monochromatic Colors of #F1E2DF
Black with #F1E2DF
Text Example
Text Example
White with #F1E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2DF; }
p { color: rgb(241,226,223); }
H1.HeaderClassName
{
color: #F1E2DF;
}
.AnyTagClassName
{
color: #F1E2DF;
}
</style>
background-color css
<style>
a { background-color: #F1E2DF; }
a { background-color: rgb(241,226,223); }
div.DivClassName
{
background-color: #F1E2DF;
}
.BgClassName
{
background-color: #F1E2DF;
}
</style>
border-color css
<style>
span { border-color: #F1E2DF; }
span { border-color: rgb(241,226,223); }
td.TdClassName
{
border-color: #F1E2DF;
}
.TagClassName
{
border-color: #F1E2DF;
}
</style>