Shades of Remy #FEDED9
Tints of Remy #FEDED9
RGB
CMYK
RGB Variations
Color information
#FEDED9 (or 0xFEDED9) is known color: Remy. HEX triplet: FE, DE and D9. RGB value is (254,222,217). Sum of RGB (Red+Green+Blue) = 254+222+217=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED9 is #012126. Grayscale: #E7E7E7. Windows color (decimal): -74023 or 14278398. OLE color: 14278398.
HSL color Cylindrical-coordinate representation of color #FEDED9: hue angle of 8.11º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEDED9 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 217 | - |
CMYK | 0 | 0.13 | 0.15 | 0.00 |
HSL | 8.11º | 0.95% | 0.92% | - |
HSV(B) | 8.11º | 0.15% | 1% | - |
XYZ | 79.52 | 78.32 | 76.57 | - |
YUV | 231 | 120.1 | 144.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 217 | 0 | 0.13 | 0.15 | 0.00 | 8.11 | 0.95 | 0.92 |
Hex | FE | DE | D9 | 0 | D | F | 0 | 8 | 5F | 5C |
Octal | 376 | 336 | 331 | 0 | 15 | 17 | 0 | 10 | 137 | 134 |
Binary | 11111110 | 11011110 | 11011001 | 0 | 1101 | 1111 | 0 | 1000 | 1011111 | 1011100 |
Color Harmonies of #FEDED9
Complementary color
Monochromatic Colors of #FEDED9
Black with #FEDED9
Text Example
Text Example
White with #FEDED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDED9; }
p { color: rgb(254,222,217); }
H1.HeaderClassName
{
color: #FEDED9;
}
.AnyTagClassName
{
color: #FEDED9;
}
</style>
background-color css
<style>
a { background-color: #FEDED9; }
a { background-color: rgb(254,222,217); }
div.DivClassName
{
background-color: #FEDED9;
}
.BgClassName
{
background-color: #FEDED9;
}
</style>
border-color css
<style>
span { border-color: #FEDED9; }
span { border-color: rgb(254,222,217); }
td.TdClassName
{
border-color: #FEDED9;
}
.TagClassName
{
border-color: #FEDED9;
}
</style>