Shades of Remy #F3DCD9
Tints of Remy #F3DCD9
RGB
CMYK
RGB Variations
Color information
#F3DCD9 (or 0xF3DCD9) is known color: Remy. HEX triplet: F3, DC and D9. RGB value is (243,220,217). Sum of RGB (Red+Green+Blue) = 243+220+217=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCD9 is #0C2326. Grayscale: #E2E2E2. Windows color (decimal): -795431 or 14277875. OLE color: 14277875.
HSL color Cylindrical-coordinate representation of color #F3DCD9: hue angle of 6.92º 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 #F3DCD9 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 217 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.05 |
| HSL | 6.92º | 0.52% | 0.9% | - |
| HSV(B) | 6.92º | 0.11% | 0.95% | - |
| XYZ | 75.08 | 75.25 | 76.21 | - |
| YUV | 226.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 217 | 0 | 0.09 | 0.11 | 0.05 | 6.92 | 0.52 | 0.9 |
| Hex | F3 | DC | D9 | 0 | 9 | B | 5 | 7 | 34 | 5A |
| Octal | 363 | 334 | 331 | 0 | 11 | 13 | 5 | 7 | 64 | 132 |
| Binary | 11110011 | 11011100 | 11011001 | 0 | 1001 | 1011 | 101 | 111 | 110100 | 1011010 |
Color Harmonies of #F3DCD9
Complementary color
Monochromatic Colors of #F3DCD9
Black with #F3DCD9
Text Example
Text Example
White with #F3DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCD9; }
p { color: rgb(243,220,217); }
H1.HeaderClassName
{
color: #F3DCD9;
}
.AnyTagClassName
{
color: #F3DCD9;
}
</style>
background-color css
<style>
a { background-color: #F3DCD9; }
a { background-color: rgb(243,220,217); }
div.DivClassName
{
background-color: #F3DCD9;
}
.BgClassName
{
background-color: #F3DCD9;
}
</style>
border-color css
<style>
span { border-color: #F3DCD9; }
span { border-color: rgb(243,220,217); }
td.TdClassName
{
border-color: #F3DCD9;
}
.TagClassName
{
border-color: #F3DCD9;
}
</style>