Shades of Remy #F3DED9
Tints of Remy #F3DED9
RGB
CMYK
RGB Variations
Color information
#F3DED9 (or 0xF3DED9) is known color: Remy. HEX triplet: F3, DE and D9. RGB value is (243,222,217). Sum of RGB (Red+Green+Blue) = 243+222+217=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DED9 is #0C2126. Grayscale: #E3E3E3. Windows color (decimal): -794919 or 14278387. OLE color: 14278387.
HSL color Cylindrical-coordinate representation of color #F3DED9: hue angle of 11.54º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3DED9 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 217 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.05 |
| HSL | 11.54º | 0.52% | 0.9% | - |
| HSV(B) | 11.54º | 0.11% | 0.95% | - |
| XYZ | 75.61 | 76.31 | 76.39 | - |
| YUV | 227.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 217 | 0 | 0.09 | 0.11 | 0.05 | 11.54 | 0.52 | 0.9 |
| Hex | F3 | DE | D9 | 0 | 9 | B | 5 | C | 34 | 5A |
| Octal | 363 | 336 | 331 | 0 | 11 | 13 | 5 | 14 | 64 | 132 |
| Binary | 11110011 | 11011110 | 11011001 | 0 | 1001 | 1011 | 101 | 1100 | 110100 | 1011010 |
Color Harmonies of #F3DED9
Complementary color
Monochromatic Colors of #F3DED9
Black with #F3DED9
Text Example
Text Example
White with #F3DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DED9; }
p { color: rgb(243,222,217); }
H1.HeaderClassName
{
color: #F3DED9;
}
.AnyTagClassName
{
color: #F3DED9;
}
</style>
background-color css
<style>
a { background-color: #F3DED9; }
a { background-color: rgb(243,222,217); }
div.DivClassName
{
background-color: #F3DED9;
}
.BgClassName
{
background-color: #F3DED9;
}
</style>
border-color css
<style>
span { border-color: #F3DED9; }
span { border-color: rgb(243,222,217); }
td.TdClassName
{
border-color: #F3DED9;
}
.TagClassName
{
border-color: #F3DED9;
}
</style>