Shades of Remy #F1DFDA
Tints of Remy #F1DFDA
RGB
CMYK
RGB Variations
Color information
#F1DFDA (or 0xF1DFDA) is known color: Remy. HEX triplet: F1, DF and DA. RGB value is (241,223,218). Sum of RGB (Red+Green+Blue) = 241+223+218=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFDA is #0E2025. Grayscale: #E3E3E3. Windows color (decimal): -925734 or 14344177. OLE color: 14344177.
HSL color Cylindrical-coordinate representation of color #F1DFDA: hue angle of 13.04º 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 #F1DFDA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 218 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 13.04º | 0.45% | 0.9% | - |
| HSV(B) | 13.04º | 0.1% | 0.95% | - |
| XYZ | 75.32 | 76.54 | 77.13 | - |
| YUV | 227.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 218 | 0 | 0.07 | 0.10 | 0.05 | 13.04 | 0.45 | 0.9 |
| Hex | F1 | DF | DA | 0 | 7 | A | 5 | D | 2D | 5A |
| Octal | 361 | 337 | 332 | 0 | 7 | 12 | 5 | 15 | 55 | 132 |
| Binary | 11110001 | 11011111 | 11011010 | 0 | 111 | 1010 | 101 | 1101 | 101101 | 1011010 |
Color Harmonies of #F1DFDA
Complementary color
Monochromatic Colors of #F1DFDA
Black with #F1DFDA
Text Example
Text Example
White with #F1DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFDA; }
p { color: rgb(241,223,218); }
H1.HeaderClassName
{
color: #F1DFDA;
}
.AnyTagClassName
{
color: #F1DFDA;
}
</style>
background-color css
<style>
a { background-color: #F1DFDA; }
a { background-color: rgb(241,223,218); }
div.DivClassName
{
background-color: #F1DFDA;
}
.BgClassName
{
background-color: #F1DFDA;
}
</style>
border-color css
<style>
span { border-color: #F1DFDA; }
span { border-color: rgb(241,223,218); }
td.TdClassName
{
border-color: #F1DFDA;
}
.TagClassName
{
border-color: #F1DFDA;
}
</style>