Shades of Remy #FED9D9
Tints of Remy #FED9D9
RGB
CMYK
RGB Variations
Color information
#FED9D9 (or 0xFED9D9) is known color: Remy. HEX triplet: FE, D9 and D9. RGB value is (254,217,217). Sum of RGB (Red+Green+Blue) = 254+217+217=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9D9 is #012626. Grayscale: #E4E4E4. Windows color (decimal): -75303 or 14277118. OLE color: 14277118.
HSL color Cylindrical-coordinate representation of color #FED9D9: hue angle of 0º 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 #FED9D9 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 217 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.00 |
| HSL | 0º | 0.95% | 0.92% | - |
| HSV(B) | 0º | 0.15% | 1% | - |
| XYZ | 78.21 | 75.71 | 76.14 | - |
| YUV | 228.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 217 | 0 | 0.15 | 0.15 | 0.00 | 0 | 0.95 | 0.92 |
| Hex | FE | D9 | D9 | 0 | F | F | 0 | 0 | 5F | 5C |
| Octal | 376 | 331 | 331 | 0 | 17 | 17 | 0 | 0 | 137 | 134 |
| Binary | 11111110 | 11011001 | 11011001 | 0 | 1111 | 1111 | 0 | 0 | 1011111 | 1011100 |
Color Harmonies of #FED9D9
Complementary color
Monochromatic Colors of #FED9D9
Black with #FED9D9
Text Example
Text Example
White with #FED9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9D9; }
p { color: rgb(254,217,217); }
H1.HeaderClassName
{
color: #FED9D9;
}
.AnyTagClassName
{
color: #FED9D9;
}
</style>
background-color css
<style>
a { background-color: #FED9D9; }
a { background-color: rgb(254,217,217); }
div.DivClassName
{
background-color: #FED9D9;
}
.BgClassName
{
background-color: #FED9D9;
}
</style>
border-color css
<style>
span { border-color: #FED9D9; }
span { border-color: rgb(254,217,217); }
td.TdClassName
{
border-color: #FED9D9;
}
.TagClassName
{
border-color: #FED9D9;
}
</style>