Shades of Remy #FEDCDA
Tints of Remy #FEDCDA
RGB
CMYK
RGB Variations
Color information
#FEDCDA (or 0xFEDCDA) is known color: Remy. HEX triplet: FE, DC and DA. RGB value is (254,220,218). Sum of RGB (Red+Green+Blue) = 254+220+218=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDA is #012325. Grayscale: #E5E5E5. Windows color (decimal): -74534 or 14343422. OLE color: 14343422.
HSL color Cylindrical-coordinate representation of color #FEDCDA: hue angle of 3.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDCDA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 220 | 218 | - |
CMYK | 0 | 0.13 | 0.14 | 0.00 |
HSL | 3.33º | 0.95% | 0.93% | - |
HSV(B) | 3.33º | 0.14% | 1% | - |
XYZ | 79.12 | 77.32 | 77.08 | - |
YUV | 229.94 | 121.26 | 145.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 220 | 218 | 0 | 0.13 | 0.14 | 0.00 | 3.33 | 0.95 | 0.93 |
Hex | FE | DC | DA | 0 | D | E | 0 | 3 | 5F | 5D |
Octal | 376 | 334 | 332 | 0 | 15 | 16 | 0 | 3 | 137 | 135 |
Binary | 11111110 | 11011100 | 11011010 | 0 | 1101 | 1110 | 0 | 11 | 1011111 | 1011101 |
Color Harmonies of #FEDCDA
Complementary color
Monochromatic Colors of #FEDCDA
Black with #FEDCDA
Text Example
Text Example
White with #FEDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCDA; }
p { color: rgb(254,220,218); }
H1.HeaderClassName
{
color: #FEDCDA;
}
.AnyTagClassName
{
color: #FEDCDA;
}
</style>
background-color css
<style>
a { background-color: #FEDCDA; }
a { background-color: rgb(254,220,218); }
div.DivClassName
{
background-color: #FEDCDA;
}
.BgClassName
{
background-color: #FEDCDA;
}
</style>
border-color css
<style>
span { border-color: #FEDCDA; }
span { border-color: rgb(254,220,218); }
td.TdClassName
{
border-color: #FEDCDA;
}
.TagClassName
{
border-color: #FEDCDA;
}
</style>