Shades of Remy #F5DCD7
Tints of Remy #F5DCD7
RGB
CMYK
RGB Variations
Color information
#F5DCD7 (or 0xF5DCD7) is known color: Remy. HEX triplet: F5, DC and D7. RGB value is (245,220,215). Sum of RGB (Red+Green+Blue) = 245+220+215=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 215 (84.38% from 255 or 31.62% from 680); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCD7 is #0A2328. Grayscale: #E2E2E2. Windows color (decimal): -664361 or 14146805. OLE color: 14146805.
HSL color Cylindrical-coordinate representation of color #F5DCD7: hue angle of 10º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5DCD7 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 215 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.04 |
| HSL | 10º | 0.6% | 0.9% | - |
| HSV(B) | 10º | 0.12% | 0.96% | - |
| XYZ | 75.52 | 75.51 | 74.88 | - |
| YUV | 226.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 215 | 0 | 0.10 | 0.12 | 0.04 | 10 | 0.6 | 0.9 |
| Hex | F5 | DC | D7 | 0 | A | C | 4 | A | 3C | 5A |
| Octal | 365 | 334 | 327 | 0 | 12 | 14 | 4 | 12 | 74 | 132 |
| Binary | 11110101 | 11011100 | 11010111 | 0 | 1010 | 1100 | 100 | 1010 | 111100 | 1011010 |
Color Harmonies of #F5DCD7
Complementary color
Monochromatic Colors of #F5DCD7
Black with #F5DCD7
Text Example
Text Example
White with #F5DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCD7; }
p { color: rgb(245,220,215); }
H1.HeaderClassName
{
color: #F5DCD7;
}
.AnyTagClassName
{
color: #F5DCD7;
}
</style>
background-color css
<style>
a { background-color: #F5DCD7; }
a { background-color: rgb(245,220,215); }
div.DivClassName
{
background-color: #F5DCD7;
}
.BgClassName
{
background-color: #F5DCD7;
}
</style>
border-color css
<style>
span { border-color: #F5DCD7; }
span { border-color: rgb(245,220,215); }
td.TdClassName
{
border-color: #F5DCD7;
}
.TagClassName
{
border-color: #F5DCD7;
}
</style>