Shades of Remy #FEDCD7
Tints of Remy #FEDCD7
RGB
CMYK
RGB Variations
Color information
#FEDCD7 (or 0xFEDCD7) is known color: Remy. HEX triplet: FE, DC and D7. RGB value is (254,220,215). Sum of RGB (Red+Green+Blue) = 254+220+215=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD7 is #012328. Grayscale: #E5E5E5. Windows color (decimal): -74537 or 14146814. OLE color: 14146814.
HSL color Cylindrical-coordinate representation of color #FEDCD7: hue angle of 7.69º 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 #FEDCD7 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 220 | 215 | - |
CMYK | 0 | 0.13 | 0.15 | 0.00 |
HSL | 7.69º | 0.95% | 0.92% | - |
HSV(B) | 7.69º | 0.15% | 1% | - |
XYZ | 78.73 | 77.16 | 75.03 | - |
YUV | 229.6 | 119.76 | 145.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 220 | 215 | 0 | 0.13 | 0.15 | 0.00 | 7.69 | 0.95 | 0.92 |
Hex | FE | DC | D7 | 0 | D | F | 0 | 8 | 5F | 5C |
Octal | 376 | 334 | 327 | 0 | 15 | 17 | 0 | 10 | 137 | 134 |
Binary | 11111110 | 11011100 | 11010111 | 0 | 1101 | 1111 | 0 | 1000 | 1011111 | 1011100 |
Color Harmonies of #FEDCD7
Complementary color
Monochromatic Colors of #FEDCD7
Black with #FEDCD7
Text Example
Text Example
White with #FEDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCD7; }
p { color: rgb(254,220,215); }
H1.HeaderClassName
{
color: #FEDCD7;
}
.AnyTagClassName
{
color: #FEDCD7;
}
</style>
background-color css
<style>
a { background-color: #FEDCD7; }
a { background-color: rgb(254,220,215); }
div.DivClassName
{
background-color: #FEDCD7;
}
.BgClassName
{
background-color: #FEDCD7;
}
</style>
border-color css
<style>
span { border-color: #FEDCD7; }
span { border-color: rgb(254,220,215); }
td.TdClassName
{
border-color: #FEDCD7;
}
.TagClassName
{
border-color: #FEDCD7;
}
</style>