Shades of Remy #F9DEDC
Tints of Remy #F9DEDC
RGB
CMYK
RGB Variations
Color information
#F9DEDC (or 0xF9DEDC) is known color: Remy. HEX triplet: F9, DE and DC. RGB value is (249,222,220). Sum of RGB (Red+Green+Blue) = 249+222+220=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEDC is #062123. Grayscale: #E5E5E5. Windows color (decimal): -401700 or 14475001. OLE color: 14475001.
HSL color Cylindrical-coordinate representation of color #F9DEDC: hue angle of 4.14º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DEDC is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 220 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.02 |
| HSL | 4.14º | 0.71% | 0.92% | - |
| HSV(B) | 4.14º | 0.12% | 0.98% | - |
| XYZ | 78.11 | 77.55 | 78.56 | - |
| YUV | 229.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 220 | 0 | 0.11 | 0.12 | 0.02 | 4.14 | 0.71 | 0.92 |
| Hex | F9 | DE | DC | 0 | B | C | 2 | 4 | 47 | 5C |
| Octal | 371 | 336 | 334 | 0 | 13 | 14 | 2 | 4 | 107 | 134 |
| Binary | 11111001 | 11011110 | 11011100 | 0 | 1011 | 1100 | 10 | 100 | 1000111 | 1011100 |
Color Harmonies of #F9DEDC
Complementary color
Monochromatic Colors of #F9DEDC
Black with #F9DEDC
Text Example
Text Example
White with #F9DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEDC; }
p { color: rgb(249,222,220); }
H1.HeaderClassName
{
color: #F9DEDC;
}
.AnyTagClassName
{
color: #F9DEDC;
}
</style>
background-color css
<style>
a { background-color: #F9DEDC; }
a { background-color: rgb(249,222,220); }
div.DivClassName
{
background-color: #F9DEDC;
}
.BgClassName
{
background-color: #F9DEDC;
}
</style>
border-color css
<style>
span { border-color: #F9DEDC; }
span { border-color: rgb(249,222,220); }
td.TdClassName
{
border-color: #F9DEDC;
}
.TagClassName
{
border-color: #F9DEDC;
}
</style>