Shades of Remy #F5DCD6
Tints of Remy #F5DCD6
RGB
CMYK
RGB Variations
Color information
#F5DCD6 (or 0xF5DCD6) is known color: Remy. HEX triplet: F5, DC and D6. RGB value is (245,220,214). Sum of RGB (Red+Green+Blue) = 245+220+214=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 214 (83.98% from 255 or 31.52% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCD6 is #0A2329. Grayscale: #E2E2E2. Windows color (decimal): -664362 or 14081269. OLE color: 14081269.
HSL color Cylindrical-coordinate representation of color #F5DCD6: hue angle of 11.61º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5DCD6 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 214 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.04 |
| HSL | 11.61º | 0.61% | 0.9% | - |
| HSV(B) | 11.61º | 0.13% | 0.96% | - |
| XYZ | 75.39 | 75.45 | 74.21 | - |
| YUV | 226.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 214 | 0 | 0.10 | 0.13 | 0.04 | 11.61 | 0.61 | 0.9 |
| Hex | F5 | DC | D6 | 0 | A | D | 4 | C | 3D | 5A |
| Octal | 365 | 334 | 326 | 0 | 12 | 15 | 4 | 14 | 75 | 132 |
| Binary | 11110101 | 11011100 | 11010110 | 0 | 1010 | 1101 | 100 | 1100 | 111101 | 1011010 |
Color Harmonies of #F5DCD6
Complementary color
Monochromatic Colors of #F5DCD6
Black with #F5DCD6
Text Example
Text Example
White with #F5DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCD6; }
p { color: rgb(245,220,214); }
H1.HeaderClassName
{
color: #F5DCD6;
}
.AnyTagClassName
{
color: #F5DCD6;
}
</style>
background-color css
<style>
a { background-color: #F5DCD6; }
a { background-color: rgb(245,220,214); }
div.DivClassName
{
background-color: #F5DCD6;
}
.BgClassName
{
background-color: #F5DCD6;
}
</style>
border-color css
<style>
span { border-color: #F5DCD6; }
span { border-color: rgb(245,220,214); }
td.TdClassName
{
border-color: #F5DCD6;
}
.TagClassName
{
border-color: #F5DCD6;
}
</style>