Shades of Remy #F9E1DE
Tints of Remy #F9E1DE
RGB
CMYK
RGB Variations
Color information
#F9E1DE (or 0xF9E1DE) is known color: Remy. HEX triplet: F9, E1 and DE. RGB value is (249,225,222). Sum of RGB (Red+Green+Blue) = 249+225+222=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E1DE is #061E21. Grayscale: #E7E7E7. Windows color (decimal): -400930 or 14606841. OLE color: 14606841.
HSL color Cylindrical-coordinate representation of color #F9E1DE: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9E1DE is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 222 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.02 |
| HSL | 6.67º | 0.69% | 0.92% | - |
| HSV(B) | 6.67º | 0.11% | 0.98% | - |
| XYZ | 79.18 | 79.26 | 80.23 | - |
| YUV | 231.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 222 | 0 | 0.10 | 0.11 | 0.02 | 6.67 | 0.69 | 0.92 |
| Hex | F9 | E1 | DE | 0 | A | B | 2 | 7 | 45 | 5C |
| Octal | 371 | 341 | 336 | 0 | 12 | 13 | 2 | 7 | 105 | 134 |
| Binary | 11111001 | 11100001 | 11011110 | 0 | 1010 | 1011 | 10 | 111 | 1000101 | 1011100 |
Color Harmonies of #F9E1DE
Complementary color
Monochromatic Colors of #F9E1DE
Black with #F9E1DE
Text Example
Text Example
White with #F9E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1DE; }
p { color: rgb(249,225,222); }
H1.HeaderClassName
{
color: #F9E1DE;
}
.AnyTagClassName
{
color: #F9E1DE;
}
</style>
background-color css
<style>
a { background-color: #F9E1DE; }
a { background-color: rgb(249,225,222); }
div.DivClassName
{
background-color: #F9E1DE;
}
.BgClassName
{
background-color: #F9E1DE;
}
</style>
border-color css
<style>
span { border-color: #F9E1DE; }
span { border-color: rgb(249,225,222); }
td.TdClassName
{
border-color: #F9E1DE;
}
.TagClassName
{
border-color: #F9E1DE;
}
</style>