Shades of Remy #F1DEDA
Tints of Remy #F1DEDA
RGB
CMYK
RGB Variations
Color information
#F1DEDA (or 0xF1DEDA) is known color: Remy. HEX triplet: F1, DE and DA. RGB value is (241,222,218). Sum of RGB (Red+Green+Blue) = 241+222+218=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEDA is #0E2125. Grayscale: #E3E3E3. Windows color (decimal): -925990 or 14343921. OLE color: 14343921.
HSL color Cylindrical-coordinate representation of color #F1DEDA: hue angle of 10.43º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1DEDA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 218 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.05 |
| HSL | 10.43º | 0.45% | 0.9% | - |
| HSV(B) | 10.43º | 0.1% | 0.95% | - |
| XYZ | 75.05 | 76.01 | 77.04 | - |
| YUV | 227.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 218 | 0 | 0.08 | 0.10 | 0.05 | 10.43 | 0.45 | 0.9 |
| Hex | F1 | DE | DA | 0 | 8 | A | 5 | A | 2D | 5A |
| Octal | 361 | 336 | 332 | 0 | 10 | 12 | 5 | 12 | 55 | 132 |
| Binary | 11110001 | 11011110 | 11011010 | 0 | 1000 | 1010 | 101 | 1010 | 101101 | 1011010 |
Color Harmonies of #F1DEDA
Complementary color
Monochromatic Colors of #F1DEDA
Black with #F1DEDA
Text Example
Text Example
White with #F1DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEDA; }
p { color: rgb(241,222,218); }
H1.HeaderClassName
{
color: #F1DEDA;
}
.AnyTagClassName
{
color: #F1DEDA;
}
</style>
background-color css
<style>
a { background-color: #F1DEDA; }
a { background-color: rgb(241,222,218); }
div.DivClassName
{
background-color: #F1DEDA;
}
.BgClassName
{
background-color: #F1DEDA;
}
</style>
border-color css
<style>
span { border-color: #F1DEDA; }
span { border-color: rgb(241,222,218); }
td.TdClassName
{
border-color: #F1DEDA;
}
.TagClassName
{
border-color: #F1DEDA;
}
</style>