Shades of Remy #F3DCD6
Tints of Remy #F3DCD6
RGB
CMYK
RGB Variations
Color information
#F3DCD6 (or 0xF3DCD6) is known color: Remy. HEX triplet: F3, DC and D6. RGB value is (243,220,214). Sum of RGB (Red+Green+Blue) = 243+220+214=677 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.89% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 214 (83.98% from 255 or 31.61% from 677); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCD6 is #0C2329. Grayscale: #E2E2E2. Windows color (decimal): -795434 or 14081267. OLE color: 14081267.
HSL color Cylindrical-coordinate representation of color #F3DCD6: hue angle of 12.41º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3DCD6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 214 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.05 |
| HSL | 12.41º | 0.55% | 0.9% | - |
| HSV(B) | 12.41º | 0.12% | 0.95% | - |
| XYZ | 74.69 | 75.1 | 74.18 | - |
| YUV | 226.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 214 | 0 | 0.09 | 0.12 | 0.05 | 12.41 | 0.55 | 0.9 |
| Hex | F3 | DC | D6 | 0 | 9 | C | 5 | C | 37 | 5A |
| Octal | 363 | 334 | 326 | 0 | 11 | 14 | 5 | 14 | 67 | 132 |
| Binary | 11110011 | 11011100 | 11010110 | 0 | 1001 | 1100 | 101 | 1100 | 110111 | 1011010 |
Color Harmonies of #F3DCD6
Complementary color
Monochromatic Colors of #F3DCD6
Black with #F3DCD6
Text Example
Text Example
White with #F3DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCD6; }
p { color: rgb(243,220,214); }
H1.HeaderClassName
{
color: #F3DCD6;
}
.AnyTagClassName
{
color: #F3DCD6;
}
</style>
background-color css
<style>
a { background-color: #F3DCD6; }
a { background-color: rgb(243,220,214); }
div.DivClassName
{
background-color: #F3DCD6;
}
.BgClassName
{
background-color: #F3DCD6;
}
</style>
border-color css
<style>
span { border-color: #F3DCD6; }
span { border-color: rgb(243,220,214); }
td.TdClassName
{
border-color: #F3DCD6;
}
.TagClassName
{
border-color: #F3DCD6;
}
</style>