Shades of Remy #F1DDD9
Tints of Remy #F1DDD9
RGB
CMYK
RGB Variations
Color information
#F1DDD9 (or 0xF1DDD9) is known color: Remy. HEX triplet: F1, DD and D9. RGB value is (241,221,217). Sum of RGB (Red+Green+Blue) = 241+221+217=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDD9 is #0E2226. Grayscale: #E2E2E2. Windows color (decimal): -926247 or 14278129. OLE color: 14278129.
HSL color Cylindrical-coordinate representation of color #F1DDD9: hue angle of 10º degrees, saturation: 0.46, 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 #F1DDD9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 217 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.05 |
| HSL | 10º | 0.46% | 0.9% | - |
| HSV(B) | 10º | 0.1% | 0.95% | - |
| XYZ | 74.66 | 75.42 | 76.27 | - |
| YUV | 226.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 217 | 0 | 0.08 | 0.10 | 0.05 | 10 | 0.46 | 0.9 |
| Hex | F1 | DD | D9 | 0 | 8 | A | 5 | A | 2E | 5A |
| Octal | 361 | 335 | 331 | 0 | 10 | 12 | 5 | 12 | 56 | 132 |
| Binary | 11110001 | 11011101 | 11011001 | 0 | 1000 | 1010 | 101 | 1010 | 101110 | 1011010 |
Color Harmonies of #F1DDD9
Complementary color
Monochromatic Colors of #F1DDD9
Black with #F1DDD9
Text Example
Text Example
White with #F1DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDD9; }
p { color: rgb(241,221,217); }
H1.HeaderClassName
{
color: #F1DDD9;
}
.AnyTagClassName
{
color: #F1DDD9;
}
</style>
background-color css
<style>
a { background-color: #F1DDD9; }
a { background-color: rgb(241,221,217); }
div.DivClassName
{
background-color: #F1DDD9;
}
.BgClassName
{
background-color: #F1DDD9;
}
</style>
border-color css
<style>
span { border-color: #F1DDD9; }
span { border-color: rgb(241,221,217); }
td.TdClassName
{
border-color: #F1DDD9;
}
.TagClassName
{
border-color: #F1DDD9;
}
</style>