Shades of Remy #F4DEDB
Tints of Remy #F4DEDB
RGB
CMYK
RGB Variations
Color information
#F4DEDB (or 0xF4DEDB) is known color: Remy. HEX triplet: F4, DE and DB. RGB value is (244,222,219). Sum of RGB (Red+Green+Blue) = 244+222+219=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DEDB is #0B2124. Grayscale: #E4E4E4. Windows color (decimal): -729381 or 14409460. OLE color: 14409460.
HSL color Cylindrical-coordinate representation of color #F4DEDB: hue angle of 7.2º degrees, saturation: 0.53, 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 #F4DEDB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 219 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.04 |
| HSL | 7.2º | 0.53% | 0.91% | - |
| HSV(B) | 7.2º | 0.1% | 0.96% | - |
| XYZ | 76.22 | 76.59 | 77.78 | - |
| YUV | 228.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 219 | 0 | 0.09 | 0.10 | 0.04 | 7.2 | 0.53 | 0.91 |
| Hex | F4 | DE | DB | 0 | 9 | A | 4 | 7 | 35 | 5B |
| Octal | 364 | 336 | 333 | 0 | 11 | 12 | 4 | 7 | 65 | 133 |
| Binary | 11110100 | 11011110 | 11011011 | 0 | 1001 | 1010 | 100 | 111 | 110101 | 1011011 |
Color Harmonies of #F4DEDB
Complementary color
Monochromatic Colors of #F4DEDB
Black with #F4DEDB
Text Example
Text Example
White with #F4DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEDB; }
p { color: rgb(244,222,219); }
H1.HeaderClassName
{
color: #F4DEDB;
}
.AnyTagClassName
{
color: #F4DEDB;
}
</style>
background-color css
<style>
a { background-color: #F4DEDB; }
a { background-color: rgb(244,222,219); }
div.DivClassName
{
background-color: #F4DEDB;
}
.BgClassName
{
background-color: #F4DEDB;
}
</style>
border-color css
<style>
span { border-color: #F4DEDB; }
span { border-color: rgb(244,222,219); }
td.TdClassName
{
border-color: #F4DEDB;
}
.TagClassName
{
border-color: #F4DEDB;
}
</style>