Shades of Remy #F5DEDB
Tints of Remy #F5DEDB
RGB
CMYK
RGB Variations
Color information
#F5DEDB (or 0xF5DEDB) is known color: Remy. HEX triplet: F5, DE and DB. RGB value is (245,222,219). Sum of RGB (Red+Green+Blue) = 245+222+219=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEDB is #0A2124. Grayscale: #E4E4E4. Windows color (decimal): -663845 or 14409461. OLE color: 14409461.
HSL color Cylindrical-coordinate representation of color #F5DEDB: hue angle of 6.92º degrees, saturation: 0.57, 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 #F5DEDB is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 219 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.04 |
| HSL | 6.92º | 0.57% | 0.91% | - |
| HSV(B) | 6.92º | 0.11% | 0.96% | - |
| XYZ | 76.56 | 76.77 | 77.8 | - |
| YUV | 228.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 219 | 0 | 0.09 | 0.11 | 0.04 | 6.92 | 0.57 | 0.91 |
| Hex | F5 | DE | DB | 0 | 9 | B | 4 | 7 | 39 | 5B |
| Octal | 365 | 336 | 333 | 0 | 11 | 13 | 4 | 7 | 71 | 133 |
| Binary | 11110101 | 11011110 | 11011011 | 0 | 1001 | 1011 | 100 | 111 | 111001 | 1011011 |
Color Harmonies of #F5DEDB
Complementary color
Monochromatic Colors of #F5DEDB
Black with #F5DEDB
Text Example
Text Example
White with #F5DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEDB; }
p { color: rgb(245,222,219); }
H1.HeaderClassName
{
color: #F5DEDB;
}
.AnyTagClassName
{
color: #F5DEDB;
}
</style>
background-color css
<style>
a { background-color: #F5DEDB; }
a { background-color: rgb(245,222,219); }
div.DivClassName
{
background-color: #F5DEDB;
}
.BgClassName
{
background-color: #F5DEDB;
}
</style>
border-color css
<style>
span { border-color: #F5DEDB; }
span { border-color: rgb(245,222,219); }
td.TdClassName
{
border-color: #F5DEDB;
}
.TagClassName
{
border-color: #F5DEDB;
}
</style>