Shades of Remy #F3DEDA
Tints of Remy #F3DEDA
RGB
CMYK
RGB Variations
Color information
#F3DEDA (or 0xF3DEDA) is known color: Remy. HEX triplet: F3, DE and DA. RGB value is (243,222,218). Sum of RGB (Red+Green+Blue) = 243+222+218=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEDA is #0C2125. Grayscale: #E3E3E3. Windows color (decimal): -794918 or 14343923. OLE color: 14343923.
HSL color Cylindrical-coordinate representation of color #F3DEDA: hue angle of 9.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DEDA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 218 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.05 |
| HSL | 9.6º | 0.51% | 0.9% | - |
| HSV(B) | 9.6º | 0.1% | 0.95% | - |
| XYZ | 75.74 | 76.36 | 77.08 | - |
| YUV | 227.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 218 | 0 | 0.09 | 0.10 | 0.05 | 9.6 | 0.51 | 0.9 |
| Hex | F3 | DE | DA | 0 | 9 | A | 5 | A | 33 | 5A |
| Octal | 363 | 336 | 332 | 0 | 11 | 12 | 5 | 12 | 63 | 132 |
| Binary | 11110011 | 11011110 | 11011010 | 0 | 1001 | 1010 | 101 | 1010 | 110011 | 1011010 |
Color Harmonies of #F3DEDA
Complementary color
Monochromatic Colors of #F3DEDA
Black with #F3DEDA
Text Example
Text Example
White with #F3DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEDA; }
p { color: rgb(243,222,218); }
H1.HeaderClassName
{
color: #F3DEDA;
}
.AnyTagClassName
{
color: #F3DEDA;
}
</style>
background-color css
<style>
a { background-color: #F3DEDA; }
a { background-color: rgb(243,222,218); }
div.DivClassName
{
background-color: #F3DEDA;
}
.BgClassName
{
background-color: #F3DEDA;
}
</style>
border-color css
<style>
span { border-color: #F3DEDA; }
span { border-color: rgb(243,222,218); }
td.TdClassName
{
border-color: #F3DEDA;
}
.TagClassName
{
border-color: #F3DEDA;
}
</style>