Shades of Remy #F5DFD9
Tints of Remy #F5DFD9
RGB
CMYK
RGB Variations
Color information
#F5DFD9 (or 0xF5DFD9) is known color: Remy. HEX triplet: F5, DF and D9. RGB value is (245,223,217). Sum of RGB (Red+Green+Blue) = 245+223+217=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFD9 is #0A2026. Grayscale: #E4E4E4. Windows color (decimal): -663591 or 14278645. OLE color: 14278645.
HSL color Cylindrical-coordinate representation of color #F5DFD9: hue angle of 12.86º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DFD9 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 217 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.04 |
| HSL | 12.86º | 0.58% | 0.91% | - |
| HSV(B) | 12.86º | 0.11% | 0.96% | - |
| XYZ | 76.57 | 77.2 | 76.51 | - |
| YUV | 228.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 217 | 0 | 0.09 | 0.11 | 0.04 | 12.86 | 0.58 | 0.91 |
| Hex | F5 | DF | D9 | 0 | 9 | B | 4 | D | 3A | 5B |
| Octal | 365 | 337 | 331 | 0 | 11 | 13 | 4 | 15 | 72 | 133 |
| Binary | 11110101 | 11011111 | 11011001 | 0 | 1001 | 1011 | 100 | 1101 | 111010 | 1011011 |
Color Harmonies of #F5DFD9
Complementary color
Monochromatic Colors of #F5DFD9
Black with #F5DFD9
Text Example
Text Example
White with #F5DFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFD9; }
p { color: rgb(245,223,217); }
H1.HeaderClassName
{
color: #F5DFD9;
}
.AnyTagClassName
{
color: #F5DFD9;
}
</style>
background-color css
<style>
a { background-color: #F5DFD9; }
a { background-color: rgb(245,223,217); }
div.DivClassName
{
background-color: #F5DFD9;
}
.BgClassName
{
background-color: #F5DFD9;
}
</style>
border-color css
<style>
span { border-color: #F5DFD9; }
span { border-color: rgb(245,223,217); }
td.TdClassName
{
border-color: #F5DFD9;
}
.TagClassName
{
border-color: #F5DFD9;
}
</style>