Shades of Remy #F9DEDA
Tints of Remy #F9DEDA
RGB
CMYK
RGB Variations
Color information
#F9DEDA (or 0xF9DEDA) is known color: Remy. HEX triplet: F9, DE and DA. RGB value is (249,222,218). Sum of RGB (Red+Green+Blue) = 249+222+218=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEDA is #062125. Grayscale: #E5E5E5. Windows color (decimal): -401702 or 14343929. OLE color: 14343929.
HSL color Cylindrical-coordinate representation of color #F9DEDA: hue angle of 7.74º degrees, saturation: 0.72, 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 #F9DEDA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 218 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.02 |
| HSL | 7.74º | 0.72% | 0.92% | - |
| HSV(B) | 7.74º | 0.12% | 0.98% | - |
| XYZ | 77.84 | 77.44 | 77.18 | - |
| YUV | 229.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 218 | 0 | 0.11 | 0.12 | 0.02 | 7.74 | 0.72 | 0.92 |
| Hex | F9 | DE | DA | 0 | B | C | 2 | 8 | 48 | 5C |
| Octal | 371 | 336 | 332 | 0 | 13 | 14 | 2 | 10 | 110 | 134 |
| Binary | 11111001 | 11011110 | 11011010 | 0 | 1011 | 1100 | 10 | 1000 | 1001000 | 1011100 |
Color Harmonies of #F9DEDA
Complementary color
Monochromatic Colors of #F9DEDA
Black with #F9DEDA
Text Example
Text Example
White with #F9DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEDA; }
p { color: rgb(249,222,218); }
H1.HeaderClassName
{
color: #F9DEDA;
}
.AnyTagClassName
{
color: #F9DEDA;
}
</style>
background-color css
<style>
a { background-color: #F9DEDA; }
a { background-color: rgb(249,222,218); }
div.DivClassName
{
background-color: #F9DEDA;
}
.BgClassName
{
background-color: #F9DEDA;
}
</style>
border-color css
<style>
span { border-color: #F9DEDA; }
span { border-color: rgb(249,222,218); }
td.TdClassName
{
border-color: #F9DEDA;
}
.TagClassName
{
border-color: #F9DEDA;
}
</style>