Shades of Remy #F5DEDC
Tints of Remy #F5DEDC
RGB
CMYK
RGB Variations
Color information
#F5DEDC (or 0xF5DEDC) is known color: Remy. HEX triplet: F5, DE and DC. RGB value is (245,222,220). Sum of RGB (Red+Green+Blue) = 245+222+220=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEDC is #0A2123. Grayscale: #E4E4E4. Windows color (decimal): -663844 or 14474997. OLE color: 14474997.
HSL color Cylindrical-coordinate representation of color #F5DEDC: hue angle of 4.8º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DEDC is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 220 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.04 |
| HSL | 4.8º | 0.56% | 0.91% | - |
| HSV(B) | 4.8º | 0.1% | 0.96% | - |
| XYZ | 76.7 | 76.82 | 78.5 | - |
| YUV | 228.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 220 | 0 | 0.09 | 0.10 | 0.04 | 4.8 | 0.56 | 0.91 |
| Hex | F5 | DE | DC | 0 | 9 | A | 4 | 5 | 38 | 5B |
| Octal | 365 | 336 | 334 | 0 | 11 | 12 | 4 | 5 | 70 | 133 |
| Binary | 11110101 | 11011110 | 11011100 | 0 | 1001 | 1010 | 100 | 101 | 111000 | 1011011 |
Color Harmonies of #F5DEDC
Complementary color
Monochromatic Colors of #F5DEDC
Black with #F5DEDC
Text Example
Text Example
White with #F5DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEDC; }
p { color: rgb(245,222,220); }
H1.HeaderClassName
{
color: #F5DEDC;
}
.AnyTagClassName
{
color: #F5DEDC;
}
</style>
background-color css
<style>
a { background-color: #F5DEDC; }
a { background-color: rgb(245,222,220); }
div.DivClassName
{
background-color: #F5DEDC;
}
.BgClassName
{
background-color: #F5DEDC;
}
</style>
border-color css
<style>
span { border-color: #F5DEDC; }
span { border-color: rgb(245,222,220); }
td.TdClassName
{
border-color: #F5DEDC;
}
.TagClassName
{
border-color: #F5DEDC;
}
</style>