Shades of Remy #FEDCD9
Tints of Remy #FEDCD9
RGB
CMYK
RGB Variations
Color information
#FEDCD9 (or 0xFEDCD9) is known color: Remy. HEX triplet: FE, DC and D9. RGB value is (254,220,217). Sum of RGB (Red+Green+Blue) = 254+220+217=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD9 is #012326. Grayscale: #E5E5E5. Windows color (decimal): -74535 or 14277886. OLE color: 14277886.
HSL color Cylindrical-coordinate representation of color #FEDCD9: hue angle of 4.86º 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 #FEDCD9 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 220 | 217 | - |
CMYK | 0 | 0.13 | 0.15 | 0.00 |
HSL | 4.86º | 0.95% | 0.92% | - |
HSV(B) | 4.86º | 0.15% | 1% | - |
XYZ | 78.99 | 77.27 | 76.4 | - |
YUV | 229.82 | 120.76 | 145.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 220 | 217 | 0 | 0.13 | 0.15 | 0.00 | 4.86 | 0.95 | 0.92 |
Hex | FE | DC | D9 | 0 | D | F | 0 | 5 | 5F | 5C |
Octal | 376 | 334 | 331 | 0 | 15 | 17 | 0 | 5 | 137 | 134 |
Binary | 11111110 | 11011100 | 11011001 | 0 | 1101 | 1111 | 0 | 101 | 1011111 | 1011100 |
Color Harmonies of #FEDCD9
Complementary color
Monochromatic Colors of #FEDCD9
Black with #FEDCD9
Text Example
Text Example
White with #FEDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCD9; }
p { color: rgb(254,220,217); }
H1.HeaderClassName
{
color: #FEDCD9;
}
.AnyTagClassName
{
color: #FEDCD9;
}
</style>
background-color css
<style>
a { background-color: #FEDCD9; }
a { background-color: rgb(254,220,217); }
div.DivClassName
{
background-color: #FEDCD9;
}
.BgClassName
{
background-color: #FEDCD9;
}
</style>
border-color css
<style>
span { border-color: #FEDCD9; }
span { border-color: rgb(254,220,217); }
td.TdClassName
{
border-color: #FEDCD9;
}
.TagClassName
{
border-color: #FEDCD9;
}
</style>